Searched refs:m_tag_get (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec_rxtx.c | 53 mtag = (struct ipsec_accel_in_tag *)m_tag_get( in mlx5_accel_ipsec_rx_tag_add()
|
/freebsd/sys/netipsec/ |
H A D | ipsec_input.c | 442 mtag = m_tag_get(PACKET_TAG_IPSEC_IN_DONE, in ipsec4_common_input_cb() 686 mtag = m_tag_get(PACKET_TAG_IPSEC_IN_DONE, in ipsec6_common_input_cb()
|
H A D | ipsec_output.c | 953 mtag = m_tag_get(PACKET_TAG_IPSEC_OUT_DONE, sizeof(*xh), M_NOWAIT); in ipsec_process_done()
|
H A D | ipsec_offload.c | 860 tag = (struct ipsec_accel_out_tag *)m_tag_get( in ipsec_accel_output_tag()
|
/freebsd/sys/security/mac/ |
H A D | mac_net.c | 178 tag = m_tag_get(PACKET_TAG_MACLABEL, sizeof(struct label), in mac_mbuf_init()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_pfil.c | 205 tag = m_tag_get(PACKET_TAG_IPFORWARD, len, in ipfw_check_packet()
|
H A D | ip_dn_io.c | 873 mtag = m_tag_get(PACKET_TAG_DUMMYNET, in tag_mbuf()
|
H A D | ip_fw2.c | 2612 mtag = m_tag_get(PACKET_TAG_PF, in ipfw_chk()
|
/freebsd/sys/netinet6/ |
H A D | nd6_nbr.c | 614 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING, in nd6_ns_output_fib() 1108 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING, in nd6_na_output_fib()
|
H A D | raw_ip6.c | 533 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING, in rip6_send()
|
H A D | icmp6.c | 2626 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING, sizeof(unsigned short), in icmp6_redirect_output()
|
/freebsd/sys/netinet/ |
H A D | ip_options.c | 402 opts = (struct ipopt_tag *)m_tag_get(PACKET_TAG_IPOPTIONS, in save_rte()
|
H A D | ip_carp.c | 1052 if ((mtag = m_tag_get(PACKET_TAG_CARP, sizeof(sc->sc_vhid), in carp_tag() 1699 mtag = m_tag_get(PACKET_TAG_CARP, in carp_macmatch6()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_norm.c | 856 if ((mtag = m_tag_get(PACKET_TAG_PF_REASSEMBLED, in pf_reassemble() 976 if ((mtag = m_tag_get(PACKET_TAG_PF_REASSEMBLED, in pf_reassemble6()
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 1487 m_tag_get(uint16_t type, int length, int wait) in m_tag_get() function
|
/freebsd/sys/net/ |
H A D | if_ovpn.c | 2520 mt = m_tag_get(PACKET_TAG_OVPN, sizeof(*ot), M_NOWAIT); in ovpn_udp_input()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1581 mbuf_tags.9 m_tag_get.9 \
|