Searched refs:M_GET_ALIGNED_HDR (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | in_l2tp.c | 200 if (M_GET_ALIGNED_HDR(&m, struct ip, false) != 0) { in in_l2tp_output()
|
| D | ip_input.c | 455 if (M_GET_ALIGNED_HDR(&m, struct ip, true) != 0) { in ip_input()
|
| /netbsd/src/sys/netinet6/ |
| D | in6_l2tp.c | 196 if (M_GET_ALIGNED_HDR(&m, struct ip6_hdr, false) != 0) in in6_l2tp_output()
|
| D | ip6_input.c | 304 if (M_GET_ALIGNED_HDR(&m, struct ip6_hdr, true) != 0) { in ip6_input()
|
| /netbsd/src/sys/sys/ |
| D | mbuf.h | 850 #define M_GET_ALIGNED_HDR(m, type, linkhdr) \ macro
|
| /netbsd/src/sys/net/ |
| D | if_bridge.c | 2856 if (M_GET_ALIGNED_HDR(&m, struct ip, true) != 0) { in bridge_ip_checkbasic() 2950 if (M_GET_ALIGNED_HDR(&m, struct ip6_hdr, true) != 0) { in bridge_ip6_checkbasic()
|