Searched refs:segs (Results 1 – 11 of 11) sorted by relevance
| /include/uapi/linux/ |
| A D | elf-fdpic.h | 30 struct elf32_fdpic_loadseg segs[]; member 45 struct elf64_fdpic_loadseg segs[]; member
|
| /include/rdma/ |
| A D | rdmavt_mr.h | 28 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/ |
| A D | udp.h | 588 struct sk_buff *segs; in udp_rcv_segment() local 620 segs = __skb_gso_segment(skb, features, false); in udp_rcv_segment() 621 if (IS_ERR_OR_NULL(segs)) { in udp_rcv_segment() 627 return segs; in udp_rcv_segment()
|
| A D | ip.h | 552 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs); 555 struct sock *sk, int segs) in ip_select_ident_segs() argument 571 atomic_set(&inet_sk(sk)->inet_id, val + segs); in ip_select_ident_segs() 573 val = atomic_add_return(segs, &inet_sk(sk)->inet_id); in ip_select_ident_segs() 582 __ip_select_ident(net, iph, segs); in ip_select_ident_segs()
|
| A D | gro.h | 547 int segs) in gro_normal_one() argument 550 gro->rx_count += segs; in gro_normal_one()
|
| A D | tcp.h | 688 int __tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs); 689 int tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs); 1115 static inline void tcp_skb_pcount_set(struct sk_buff *skb, int segs) in tcp_skb_pcount_set() argument 1117 TCP_SKB_CB(skb)->tcp_gso_segs = segs; in tcp_skb_pcount_set() 1120 static inline void tcp_skb_pcount_add(struct sk_buff *skb, int segs) in tcp_skb_pcount_add() argument 1122 TCP_SKB_CB(skb)->tcp_gso_segs += segs; in tcp_skb_pcount_add()
|
| A D | addrconf.h | 125 int ipv6_chk_rpl_srh_loop(struct net *net, const struct in6_addr *segs,
|
| A D | sock.h | 2648 int segs = max_t(u16, 1, skb_shinfo(skb)->gso_segs); in sk_drops_add() local 2650 atomic_add(segs, &sk->sk_drops); in sk_drops_add()
|
| /include/linux/ |
| A D | bio.h | 174 unsigned segs = 0; in bio_segments() local 193 segs++; in bio_segments() 195 return segs; in bio_segments() 326 unsigned *segs, unsigned max_bytes);
|
| A D | skbuff.h | 1288 void kfree_skb_list_reason(struct sk_buff *segs, 1293 static inline void kfree_skb_list(struct sk_buff *segs) in kfree_skb_list() argument 1295 kfree_skb_list_reason(segs, SKB_DROP_REASON_NOT_SPECIFIED); in kfree_skb_list()
|
| A D | netdevice.h | 5336 void netif_set_tso_max_segs(struct net_device *dev, unsigned int segs);
|
Completed in 54 milliseconds