Searched refs:mbuf_pkthdr_setheader (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.101.15/bsd/net/ |
| H A D | net_stubs.c | 230 STUB(mbuf_pkthdr_setheader);
|
| H A D | ether_if_module.c | 431 mbuf_pkthdr_setheader(m, mtod(m, void *)); in ether_remove_vlan_encapsulation()
|
| H A D | if_stf.c | 808 mbuf_pkthdr_setheader(m, mtod(m, void*)); in in_stf_input()
|
| H A D | if_fake.c | 3798 mbuf_pkthdr_setheader(m, frame_header); in feth_output_common() 3808 mbuf_pkthdr_setheader(m, frame_header); in feth_output_common()
|
| H A D | if_bridge.c | 5693 mbuf_pkthdr_setheader(m, mtod(m, void *)); 5727 mbuf_pkthdr_setheader(scan, mtod(scan, void *));
|
| /xnu-11417.101.15/bsd/sys/ |
| H A D | kpi_mbuf.h | 1088 extern void mbuf_pkthdr_setheader(mbuf_t mbuf, void *header)
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | kpi_mbuf.c | 818 mbuf_pkthdr_setheader(mbuf_t mbuf, void *header) in mbuf_pkthdr_setheader() function
|