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

/freebsd-10.0-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.0-release/sys/netinet/
H A Dtcp_syncache.c144 struct socket *lso);
668 syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m) argument
684 so = sonewconn(lso, SS_ISCONNECTED);
752 if (ipsec_copy_policy(sotoinpcb(lso)->inp_sp, inp->inp_sp))
757 struct inpcb *oinp = sotoinpcb(lso);
851 tp->t_flags = sototcpcb(lso)->t_flags & (TF_NOPUSH|TF_NODELAY);
906 tp->t_keepinit = sototcpcb(lso)->t_keepinit;
907 tp->t_keepidle = sototcpcb(lso)->t_keepidle;
908 tp->t_keepintvl = sototcpcb(lso)->t_keepintvl;
909 tp->t_keepcnt = sototcpcb(lso)
1798 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso) argument
1894 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.0-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c818 tx_desc->lso.mss_hdr_size = cpu_to_be32(
823 memcpy(tx_desc->lso.header, mb->m_data, lso_header_size);
824 data = ((void *) &tx_desc->lso +
H A Dmlx4_en.h267 struct mlx4_wqe_lso_seg lso; member in union:mlx4_en_tx_desc::__anon10679
/freebsd-10.0-release/sys/dev/cxgbe/
H A Dt4_sge.c3514 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); local
3571 lso->lso_ctrl = htobe32(ctrl);
3572 lso->ipid_ofst = htobe16(0);
3573 lso->mss = htobe16(m->m_pkthdr.tso_segsz);
3574 lso->seqno_offset = htobe32(0);
3575 lso->len = htobe32(pktlen);
3577 cpl = (void *)(lso + 1);
/freebsd-10.0-release/sys/dev/oce/
H A Doce_hw.h2380 uint32_t lso:1; member in struct:oce_nic_hdr_wqe::__anon9212::__anon9213
2412 uint32_t lso:1;
2458 uint32_t lso:1; member in struct:oce_nic_tx_cqe::__anon9216::__anon9217
2481 uint32_t lso:1;
H A Doce_if.c948 nichdr->u0.s.lso = 1;

Completed in 174 milliseconds