Searched refs:first_skb (Results 1 – 3 of 3) sorted by relevance
943 struct sk_buff *defer, *first_skb, *next, *skb; in __input_process_payload() local955 first_skb = NULL; in __input_process_payload()1031 if (first_skb) { in __input_process_payload()1034 first_skb = skb; in __input_process_payload()1130 skb_set_mac_header(skb, -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()1169 defer = first_skb; in __input_process_payload()1171 first_skb->ip_summed = CHECKSUM_NONE; in __input_process_payload()[all …]
944 struct sk_buff *skb, *first_skb = NULL; in ath_tx_get_tid_subframe() local997 !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()
1164 bool first_skb; in tcp_sendmsg_locked() local1175 first_skb = tcp_rtx_and_write_queues_empty(sk); in tcp_sendmsg_locked()1177 first_skb); in tcp_sendmsg_locked()