Searched refs:lso (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/tools/regression/sockets/accf_data_attach/
H A Daccf_data_attach.c67 int lso, ret; local
84 lso = socket(PF_INET, SOCK_STREAM, 0);
85 if (lso == -1)
95 ret = getsockopt(lso, SOL_SOCKET, SO_ACCEPTFILTER, &afa, &len);
111 if (bind(lso, (struct sockaddr *)&sin, sizeof(sin)) < 0)
120 ret = getsockopt(lso, SOL_SOCKET, SO_ACCEPTFILTER, &afa, &len);
134 ret = setsockopt(lso, SOL_SOCKET, SO_ACCEPTFILTER, &afa, sizeof(afa));
144 ret = getsockopt(lso, SOL_SOCKET, SO_ACCEPTFILTER, &afa, &len);
156 if (listen(lso, -1) < 0)
165 ret = getsockopt(lso, SOL_SOCKE
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_syncache.c144 struct socket *lso);
661 syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m) argument
678 so = sonewconn(lso, 0);
766 struct inpcb *oinp = sotoinpcb(lso);
851 if (ipsec_copy_pcbpolicy(sotoinpcb(lso), inp) != 0)
861 blk = sototcpcb(lso)->t_fb;
889 tp->t_flags = sototcpcb(lso)->t_flags & (TF_NOPUSH|TF_NODELAY);
944 tp->t_keepinit = sototcpcb(lso)->t_keepinit;
945 tp->t_keepidle = sototcpcb(lso)->t_keepidle;
946 tp->t_keepintvl = sototcpcb(lso)
2069 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso) argument
2165 syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso) argument
[all...]
H A Dtoecore.c330 struct socket *lso = inp->inp_socket; local
334 syncache_add(inc, to, th, inp, &lso, NULL, tod, todctx);
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_ipsec.c257 if (MLX5_GET(ipsec_extended_cap, fdev->ipsec->caps, lso))
H A Dmlx5_ifc_fpga.h393 u8 lso[0x1]; member in struct:mlx5_ifc_ipsec_extended_cap_bits
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c4269 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); local
4284 lso->lso_ctrl = htobe32(ctrl);
4285 lso->ipid_ofst = htobe16(0);
4286 lso->mss = htobe16(m0->m_pkthdr.tso_segsz);
4287 lso->seqno_offset = htobe32(0);
4288 lso->len = htobe32(pktlen);
4295 cpl = (void *)(lso + 1);
4444 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); local
4459 lso->lso_ctrl = htobe32(ctrl);
4460 lso
[all...]
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h2434 uint32_t lso:1; member in struct:oce_nic_hdr_wqe::__anon7462::__anon7463
2466 uint32_t lso:1;
2512 uint32_t lso:1; member in struct:oce_nic_tx_cqe::__anon7466::__anon7467
2535 uint32_t lso:1;
H A Doce_if.c1173 nichdr->u0.s.lso = 1;
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h249 struct mlx4_wqe_lso_seg lso; member in union:mlx4_en_tx_desc::__anon4804
H A Dmlx4_en_tx.c746 tx_desc->lso.mss_hdr_size = cpu_to_be32((mss << 16) | ihs);

Completed in 116 milliseconds