Searched defs:_hdr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink.h | 219 #define NLMSG_DATA(_hdr) NL_ITEM_DATA(_hdr, NLMSG_HDRLEN) argument 220 #define _NLMSG_LEN(_hdr) ((int)(_hdr)->nlmsg_len) argument 221 #define _NLMSG_ALIGNED_LEN(_hdr) NLMSG_ALIGN(_NLMSG_LEN(_hdr)) argument 222 #define NLMSG_OK(_hdr, _len) NL_ITEM_OK(_hdr, _len, NLMSG_HDRLEN, _NLMSG_LEN) argument 223 #define NLMSG_PAYLOAD(_hdr,_len) (_NLMSG_LEN(_hdr) - NLMSG_SPACE((_len))) argument 224 #define NLMSG_NEXT(_hdr, _len) NL_ITEM_ITER(_hdr, _len, _NLMSG_ALIGNED_LEN) argument
|
| H A D | netlink_message_writer.h | 189 #define nlmsg_data(_hdr) ((void *)((_hdr) + 1)) argument
|
| /freebsd-14.2/sys/dev/bwi/ |
| H A D | bwirf.h | 95 bwi_rf_calc_rssi(struct bwi_mac *_mac, const struct bwi_rxbuf_hdr *_hdr) in bwi_rf_calc_rssi()
|
| /freebsd-14.2/sys/netlink/route/ |
| H A D | ifaddrs.h | 47 #define IFA_PAYLOAD(_hdr) NLMSG_PAYLOAD(_hdr, _NL_IFA_HDRLEN) argument
|
| H A D | route.h | 132 #define RTM_PAYLOAD(_hdr) NLMSG_PAYLOAD((_hdr), NL_RTM_HDRLEN) argument
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_netlink.c | 210 #define nlmsg_copy_next_header(_hdr, _ns, _t) \ argument
|
| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_flow.c | 57 #define ICE_FLOW_FLD_INFO(_hdr, _offset_bytes, _size_bytes) { \ argument
|