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

/freebsd-10.1-release/tools/regression/sockets/accf_data_attach/
H A Daccf_data_attach.c66 int lso, ret; local
73 lso = socket(PF_INET, SOCK_STREAM, 0);
74 if (lso == -1)
84 ret = getsockopt(lso, SOL_SOCKET, SO_ACCEPTFILTER, &afa, &len);
100 if (bind(lso, (struct sockaddr *)&sin, sizeof(sin)) < 0)
109 ret = getsockopt(lso, SOL_SOCKET, SO_ACCEPTFILTER, &afa, &len);
123 ret = setsockopt(lso, SOL_SOCKET, SO_ACCEPTFILTER, &afa, sizeof(afa));
133 ret = getsockopt(lso, SOL_SOCKET, SO_ACCEPTFILTER, &afa, &len);
145 if (listen(lso, -1) < 0)
154 ret = getsockopt(lso, SOL_SOCKE
[all...]
/freebsd-10.1-release/sys/netinet/
H A Dtcp_syncache.c143 struct socket *lso);
667 syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m) argument
683 so = sonewconn(lso, SS_ISCONNECTED);
761 if (ipsec_copy_policy(sotoinpcb(lso)->inp_sp, inp->inp_sp))
766 struct inpcb *oinp = sotoinpcb(lso);
860 tp->t_flags = sototcpcb(lso)->t_flags & (TF_NOPUSH|TF_NODELAY);
915 tp->t_keepinit = sototcpcb(lso)->t_keepinit;
916 tp->t_keepidle = sototcpcb(lso)->t_keepidle;
917 tp->t_keepintvl = sototcpcb(lso)->t_keepintvl;
918 tp->t_keepcnt = sototcpcb(lso)
1807 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso) argument
1903 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.c329 struct socket *lso = inp->inp_socket; local
334 syncache_add(inc, to, th, inp, &lso, NULL, tod, todctx);
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c853 memcpy(tx_desc->lso.header, mb->m_data, lso_header_size);
854 data = ((void *)&tx_desc->lso + ALIGN(lso_header_size + 4,
856 /* lso header is part of m_data.
934 tx_desc->lso.mss_hdr_size = cpu_to_be32(
H A Dmlx4_en.h261 struct mlx4_wqe_lso_seg lso; member in union:mlx4_en_tx_desc::__anon11021
/freebsd-10.1-release/sys/dev/oce/
H A Doce_hw.h2401 uint32_t lso:1; member in struct:oce_nic_hdr_wqe::__anon9533::__anon9534
2433 uint32_t lso:1;
2479 uint32_t lso:1; member in struct:oce_nic_tx_cqe::__anon9537::__anon9538
2502 uint32_t lso:1;
H A Doce_if.c959 nichdr->u0.s.lso = 1;
/freebsd-10.1-release/sys/dev/cxgbe/
H A Dt4_sge.c3680 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); local
3737 lso->lso_ctrl = htobe32(ctrl);
3738 lso->ipid_ofst = htobe16(0);
3739 lso->mss = htobe16(m->m_pkthdr.tso_segsz);
3740 lso->seqno_offset = htobe32(0);
3741 lso->len = htobe32(pktlen);
3743 cpl = (void *)(lso + 1);

Completed in 144 milliseconds