Searched refs:first_skb (Results 1 – 3 of 3) sorted by relevance
| /linux/net/xfrm/ |
| H A D | xfrm_iptfs.c | 943 struct sk_buff *defer, *first_skb, *next, *skb; in __input_process_payload() local 955 first_skb = NULL; in __input_process_payload() 1031 if (first_skb) { in __input_process_payload() 1034 first_skb = skb; in __input_process_payload() 1116 !(skb = iptfs_pskb_add_frags(first_skb, fragwalk, in __input_process_payload() 1130 skb_set_mac_header(skb, -first_skb->mac_len); in __input_process_payload() 1131 memcpy(skb_mac_header(skb), old_mac, first_skb->mac_len); in __input_process_payload() 1164 if (first_skb && first_iplen && !defer && first_skb != xtfs->ra_newskb) { in __input_process_payload() 1166 if (pskb_trim(first_skb, first_iplen)) { in __input_process_payload() 1168 list_del(&first_skb->list); in __input_process_payload() [all …]
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | xmit.c | 944 struct sk_buff *skb, *first_skb = NULL; in ath_tx_get_tid_subframe() local 997 !WARN_ON(skb == first_skb)) { in ath_tx_get_tid_subframe() 998 if(!first_skb) /* infinite loop prevention */ in ath_tx_get_tid_subframe() 999 first_skb = skb; in ath_tx_get_tid_subframe()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 1258 bool first_skb; in tcp_sendmsg_locked() local 1269 first_skb = tcp_rtx_and_write_queues_empty(sk); in tcp_sendmsg_locked() 1271 first_skb); in tcp_sendmsg_locked()
|