Searched refs:ip_p (Results 101 - 125 of 129) sorted by relevance

123456

/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c998 if (mtod(m, struct ip *)->ip_p == IPPROTO_IPV6) {
1016 if (mtod(m, struct ip *)->ip_p == IPPROTO_UDP) {
1340 if (ip->ip_p != IPPROTO_TCP)
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c2581 if (ip->ip_p != IPPROTO_TCP && ip->ip_p != IPPROTO_UDP)
2585 (ip->ip_hl << 2) + ip->ip_p));
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme.c1245 switch (ip->ip_p) {
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c2167 switch (iph->ip_p) {
/freebsd-11-stable/sys/netinet/
H A Dip_carp.c851 ip->ip_p = IPPROTO_CARP;
H A Dtcp_syncache.c1709 ip->ip_p = IPPROTO_TCP;
H A Dsctp_output.c4108 ip->ip_p = IPPROTO_UDP;
4110 ip->ip_p = IPPROTO_SCTP;
11185 ip->ip_p = IPPROTO_UDP;
11187 ip->ip_p = IPPROTO_SCTP;
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c2424 h->ip_p = IPPROTO_TCP;
4745 pd2.proto = h2.ip_p;
6008 pd.proto = h->ip_p;
6023 switch (h->ip_p) {
H A Dif_pfsync.c1461 ip->ip_p = IPPROTO_PFSYNC;
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c1545 proto = ip->ip_p;
2027 *proto = ip->ip_p;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c2789 hv = (pr = oip->ip_p);
2808 switch (oip->ip_p)
H A Dfil.c1695 p = ip->ip_p;
1703 fi->fi_p = ip->ip_p;
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c578 switch (ip->ip_p) {
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem.c516 switch (ip->ip_p) {
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.c1811 proto = ip->ip_p;
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_sctp.c927 ip->ip_p = IPPROTO_SCTP;
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2547 if(header_ip->ip_p != IPPROTO_TCP)
/freebsd-11-stable/sys/net/
H A Dif_vxlan.c2351 ip->ip_p = IPPROTO_UDP;
H A Diflib.c2885 pi->ipi_ipproto = ip->ip_p;
2902 if (__predict_false(ip->ip_p != IPPROTO_TCP))
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c3828 if (ip->ip_p != IPPROTO_TCP)
3957 ipproto = ip->ip_p;
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c7288 if (ip->ip_p != IPPROTO_TCP) {
9758 ntohs(ip->ip_len), ip->ip_p, ntohs(ip->ip_sum));
9760 switch (ip->ip_p) {
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c4842 switch (ip->ip_p) {
4866 return ip->ip_p;
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c2505 ipproto = ip->ip_p;
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c1833 switch (ip->ip_p) {
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2740 *proto = ip->ip_p;

Completed in 584 milliseconds

123456