Home
last modified time | relevance | path

Searched refs:ip6_nxt (Results 51 – 75 of 78) sorted by relevance

1234

/freebsd/sbin/ping/
H A Dping6.c2512 ntohs(ip6->ip6_plen), ip6->ip6_nxt, ip6->ip6_hlim); in pr_iph()
2559 nh = ip6->ip6_nxt; in pr_retip()
/freebsd/sys/netipsec/
H A Dxform_ah.c456 nxt = ip6.ip6_nxt & 0xff; /* Next header type. */ in ah_massage_headers()
/freebsd/sys/netinet/
H A Dtcp_syncache.c1864 ip6->ip6_nxt = IPPROTO_UDP; in syncache_respond()
1871 ip6->ip6_nxt = IPPROTO_TCP; in syncache_respond()
H A Dsctp_output.c4366 ip6h->ip6_nxt = IPPROTO_UDP; in sctp_lowlevel_chunk_output()
4368 ip6h->ip6_nxt = IPPROTO_SCTP; in sctp_lowlevel_chunk_output()
11227 ip6->ip6_nxt = IPPROTO_UDP; in sctp_send_resp_msg()
11229 ip6->ip6_nxt = IPPROTO_SCTP; in sctp_send_resp_msg()
/freebsd/sys/netinet6/
H A Dmld6.c1816 ip6->ip6_nxt = IPPROTO_ICMPV6; in mld_v1_transmit_report()
3203 ip6->ip6_nxt = IPPROTO_ICMPV6; in mld_v2_encap_report()
H A Dudp6_usrreq.c898 ip6->ip6_nxt = nxt; in udp6_send()
H A Dip6_mroute.c1104 ip6->ip6_nxt, in X_ip6_mforward()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c936 if (ip6->ip6_nxt != IPPROTO_TCP) { in t6_ktls_parse_pkt()
938 __func__, tlsp->tid, ip6->ip6_nxt); in t6_ktls_parse_pkt()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c535 if (ip6->ip6_nxt != IPPROTO_TCP) in mlx4_en_get_header_size()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c2320 if (ip6->ip6_nxt != IPPROTO_TCP) { in qla_tx_tso()
2436 if (ip6->ip6_nxt == IPPROTO_TCP) in qla_tx_chksum()
2438 else if (ip6->ip6_nxt == IPPROTO_UDP) in qla_tx_chksum()
4259 if (ip6->ip6_nxt == IPPROTO_TCP) { in ql_iscsi_pdu()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c1514 nh = ip6->ip6_nxt; in get_uphdr()
/freebsd/sys/dev/mana/
H A Dmana_en.c729 if (ip6->ip6_nxt != IPPROTO_TCP) { in mana_tso_fixup()
791 MANA_L4_PROTO(mbuf) = ip6->ip6_nxt; in mana_mbuf_csum_check()
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c716 KASSERT(iph->ip6_nxt == IPPROTO_TCP, in sfxge_lro()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c1149 p = (u_short)ip6->ip6_nxt; in print_ipflog()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1502 KASSERT(ip6->ip6_nxt == IPPROTO_TCP, in t3_encap()
1504 __func__, ip6->ip6_nxt)); in t3_encap()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c801 if (ip6->ip6_nxt != IPPROTO_TCP) { in hn_tso_fixup()
875 if (ip6->ip6_nxt != IPPROTO_TCP && in hn_set_hlen()
876 ip6->ip6_nxt != IPPROTO_UDP) { in hn_set_hlen()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1623 ip6->ip6_nxt = IPPROTO_TCP; in prepare_pkt()
/freebsd/sys/net/
H A Diflib.c3325 pi->ipi_ipproto = ip6->ip6_nxt; in iflib_parse_header_partial()
3464 pi->ipi_ipproto = ip6->ip6_nxt; in iflib_parse_header()
3481 if (__predict_false(ip6->ip6_nxt != IPPROTO_TCP)) in iflib_parse_header()
H A Dif_ovpn.c2078 ip6->ip6_nxt = IPPROTO_UDP; in ovpn_encap()
H A Dif_vxlan.c2656 ip6->ip6_nxt = IPPROTO_UDP; in vxlan_encap6()
/freebsd/sys/netpfil/pf/
H A Dpf.c3008 h6->ip6_nxt = IPPROTO_TCP; in pf_build_tcp()
3121 h6->ip6_nxt = IPPROTO_SCTP; in pf_send_sctp_abort()
6633 pd2.proto = h2_6.ip6_nxt; in pf_test_state_icmp()
8696 pd.proto = h->ip6_nxt; in pf_test6()
H A Dif_pfsync.c3039 ip6->ip6_nxt = IPPROTO_PFSYNC; in pfsync_kstatus_to_softc()
/freebsd/sys/dev/al_eth/
H A Dal_eth.c1264 ipproto = ip6->ip6_nxt; in al_eth_tx_csum()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2486 ip6->ip6_nxt = IPPROTO_TCP; in dyn_make_keepalive_ipv6()
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c1170 ip6.ip6_nxt = IPPROTO_UDP; in initialize_packet()

1234