Searched refs:IPPROTO_TCP (Results 251 - 275 of 284) sorted by relevance

<<1112

/freebsd-13-stable/sys/dev/tsec/
H A Dif_tsec.c1867 if ((protocol == IPPROTO_TCP || protocol == IPPROTO_UDP) &&
/freebsd-13-stable/sys/dev/sge/
H A Dif_sge.c1464 htons(IPPROTO_TCP));
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c439 mapping.pm_prot = do_tcp ? IPPROTO_TCP : IPPROTO_UDP;
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c122 case IPPROTO_TCP:
313 if ((ip->protocol != IPPROTO_TCP) && (ip->protocol != IPPROTO_UDP))
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_eth.c1259 if (ipproto == IPPROTO_TCP)
1272 if (ipproto == IPPROTO_TCP)
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c836 sopt.sopt_level = IPPROTO_TCP;
2528 SOCK_STREAM, IPPROTO_TCP, &sock);
/freebsd-13-stable/sys/dev/fxp/
H A Dif_fxp.c1511 htons(IPPROTO_TCP + (tcp->th_off << 2) +
1838 case IPPROTO_TCP:
/freebsd-13-stable/sys/dev/virtio/network/
H A Dif_vtnet.c1842 case IPPROTO_TCP:
2468 if (__predict_false(proto != IPPROTO_TCP)) {
/freebsd-13-stable/sys/dev/jme/
H A Dif_jme.c1761 htons((tcp->th_off << 2) + IPPROTO_TCP));
1767 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.c2054 if (iph->protocol != IPPROTO_TCP) {
2071 if (ip6h->nexthdr != IPPROTO_TCP) {
/freebsd-13-stable/sbin/ping/
H A Dping6.c2708 case IPPROTO_TCP:
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c2138 IPPROTO_TCP);
/freebsd-13-stable/sys/dev/gem/
H A Dif_gem.c519 case IPPROTO_TCP:
/freebsd-13-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1372 ((pi->ipi_ipproto == IPPROTO_TCP) ?
/freebsd-13-stable/sys/dev/vnic/
H A Dnicvf_queues.c1816 case IPPROTO_TCP:
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2315 xnb_fill_eh_and_ip(m, 60, 8, IPPROTO_TCP, IP_DF, 0);
/freebsd-13-stable/sys/dev/cas/
H A Dif_cas.c581 case IPPROTO_TCP:
/freebsd-13-stable/sys/netinet/
H A Dtcp_usrreq.c1715 if (sopt->sopt_level != IPPROTO_TCP) {
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Drack.c15277 sizeof(struct tcphdr) + optlen + len, IPPROTO_TCP,
15299 IPPROTO_TCP + len + optlen));
15754 sizeof(struct tcphdr) + optlen + len, IPPROTO_TCP,
15776 IPPROTO_TCP + len + optlen));
17917 sizeof(struct tcphdr) + optlen + len, IPPROTO_TCP,
17939 IPPROTO_TCP + len + optlen));
/freebsd-13-stable/contrib/ipfilter/
H A Dip_fil_compat.c4529 old->iss_tcp = st->iss_proto[IPPROTO_TCP];
4562 old->iss_tcp = st->iss_proto[IPPROTO_TCP];
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c4105 clp->lc_req.nr_soproto = IPPROTO_TCP;
4118 clp->lc_req.nr_soproto = IPPROTO_TCP;
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1970 IPPROTO_TCP);
/freebsd-13-stable/sys/dev/age/
H A Dif_age.c1589 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
/freebsd-13-stable/sys/dev/ale/
H A Dif_ale.c1724 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_config.c4868 hints.ai_protocol = IPPROTO_TCP;

Completed in 522 milliseconds

<<1112