OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M_GET_ALIGNED_HDR
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
in_l2tp.c
200
if (
M_GET_ALIGNED_HDR
(&m, struct ip, false) != 0) {
ip_input.c
456
if (
M_GET_ALIGNED_HDR
(&m, struct ip, true) != 0) {
/src/sys/netinet6/
in6_l2tp.c
196
if (
M_GET_ALIGNED_HDR
(&m, struct ip6_hdr, false) != 0)
ip6_input.c
304
if (
M_GET_ALIGNED_HDR
(&m, struct ip6_hdr, true) != 0) {
/src/sys/sys/
mbuf.h
850
#define
M_GET_ALIGNED_HDR
(m, type, linkhdr) \
851
m_get_aligned_hdr
((m), __alignof(type) - 1, sizeof(type), (linkhdr))
854
m_get_aligned_hdr
(struct mbuf **m, int mask, size_t hlen, bool linkhdr)
function in typeref:typename:int
/src/sys/net/
if_bridge.c
2856
if (
M_GET_ALIGNED_HDR
(&m, struct ip, true) != 0) {
2950
if (
M_GET_ALIGNED_HDR
(&m, struct ip6_hdr, true) != 0) {
Completed in 19 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025