Home
last modified time | relevance | path

Searched refs:segs (Results 1 – 12 of 12) sorted by relevance

/include/uapi/linux/
Delf-fdpic.h30 struct elf32_fdpic_loadseg segs[]; member
45 struct elf64_fdpic_loadseg segs[]; member
/include/linux/
Dblk-integrity.h69 unsigned int segs) in blk_queue_max_integrity_segments() argument
71 q->limits.max_integrity_segments = segs; in blk_queue_max_integrity_segments()
153 unsigned int segs) in blk_queue_max_integrity_segments() argument
Dbio.h176 unsigned segs = 0; in bio_segments() local
195 segs++; in bio_segments()
197 return segs; in bio_segments()
389 unsigned *segs, struct bio_set *bs, unsigned max_bytes);
Dskbuff.h1242 void kfree_skb_list_reason(struct sk_buff *segs,
1247 static inline void kfree_skb_list(struct sk_buff *segs) in kfree_skb_list() argument
1249 kfree_skb_list_reason(segs, SKB_DROP_REASON_NOT_SPECIFIED); in kfree_skb_list()
Dnetdevice.h5067 void netif_set_tso_max_segs(struct net_device *dev, unsigned int segs);
/include/rdma/
Drdmavt_mr.h28 struct rvt_seg segs[RVT_SEGSZ]; member
133 sge->vaddr = sge->mr->map[sge->m]->segs[sge->n].vaddr; in rvt_update_sge()
134 sge->length = sge->mr->map[sge->m]->segs[sge->n].length; in rvt_update_sge()
/include/net/
Dudp.h468 struct sk_buff *segs; in udp_rcv_segment() local
490 segs = __skb_gso_segment(skb, features, false); in udp_rcv_segment()
491 if (IS_ERR_OR_NULL(segs)) { in udp_rcv_segment()
501 return segs; in udp_rcv_segment()
Dip.h533 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs);
536 struct sock *sk, int segs) in ip_select_ident_segs() argument
552 atomic_set(&inet_sk(sk)->inet_id, val + segs); in ip_select_ident_segs()
554 val = atomic_add_return(segs, &inet_sk(sk)->inet_id); in ip_select_ident_segs()
563 __ip_select_ident(net, iph, segs); in ip_select_ident_segs()
Dgro.h456 static inline void gro_normal_one(struct napi_struct *napi, struct sk_buff *skb, int segs) in gro_normal_one() argument
459 napi->rx_count += segs; in gro_normal_one()
Dtcp.h595 int __tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs);
596 int tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs);
969 static inline void tcp_skb_pcount_set(struct sk_buff *skb, int segs) in tcp_skb_pcount_set() argument
971 TCP_SKB_CB(skb)->tcp_gso_segs = segs; in tcp_skb_pcount_set()
974 static inline void tcp_skb_pcount_add(struct sk_buff *skb, int segs) in tcp_skb_pcount_add() argument
976 TCP_SKB_CB(skb)->tcp_gso_segs += segs; in tcp_skb_pcount_add()
Daddrconf.h103 int ipv6_chk_rpl_srh_loop(struct net *net, const struct in6_addr *segs,
Dsock.h2700 int segs = max_t(u16, 1, skb_shinfo(skb)->gso_segs); in sk_drops_add() local
2702 atomic_add(segs, &sk->sk_drops); in sk_drops_add()