Searched refs:skb1 (Results 1 – 7 of 7) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_choke.c | 148 static bool choke_match_flow(struct sk_buff *skb1, in choke_match_flow() argument 153 if (skb1->protocol != skb2->protocol) in choke_match_flow() 156 if (!choke_skb_cb(skb1)->keys_valid) { in choke_match_flow() 157 choke_skb_cb(skb1)->keys_valid = 1; in choke_match_flow() 158 skb_flow_dissect_flow_keys(skb1, &temp, 0); in choke_match_flow() 159 make_flow_keys_digest(&choke_skb_cb(skb1)->keys, &temp); in choke_match_flow() 168 return !memcmp(&choke_skb_cb(skb1)->keys, in choke_match_flow() 170 sizeof(choke_skb_cb(skb1)->keys)); in choke_match_flow()
|
| /linux/net/batman-adv/ |
| H A D | send.c | 1047 struct sk_buff *skb1; in batadv_send_outstanding_bcast_packet() local 1066 skb1 = skb_clone(forw_packet->skb, GFP_ATOMIC); in batadv_send_outstanding_bcast_packet() 1067 if (!skb1) in batadv_send_outstanding_bcast_packet() 1070 batadv_send_broadcast_skb(skb1, forw_packet->if_outgoing); in batadv_send_outstanding_bcast_packet()
|
| /linux/net/ipv4/ |
| H A D | tcp_input.c | 5385 struct sk_buff *skb1; in tcp_data_queue_ofo() local 5449 skb1 = rb_to_skb(parent); in tcp_data_queue_ofo() 5450 if (before(seq, TCP_SKB_CB(skb1)->seq)) { in tcp_data_queue_ofo() 5454 if (before(seq, TCP_SKB_CB(skb1)->end_seq)) { in tcp_data_queue_ofo() 5455 if (!after(end_seq, TCP_SKB_CB(skb1)->end_seq)) { in tcp_data_queue_ofo() 5465 if (after(seq, TCP_SKB_CB(skb1)->seq)) { in tcp_data_queue_ofo() 5467 tcp_dsack_set(sk, seq, TCP_SKB_CB(skb1)->end_seq); in tcp_data_queue_ofo() 5472 rb_replace_node(&skb1->rbnode, &skb->rbnode, in tcp_data_queue_ofo() 5475 TCP_SKB_CB(skb1)->seq, in tcp_data_queue_ofo() 5476 TCP_SKB_CB(skb1)->end_seq); in tcp_data_queue_ofo() [all …]
|
| H A D | icmp.c | 398 struct sk_buff *skb1; in icmp_push_reply() local 403 skb_queue_walk(&sk->sk_write_queue, skb1) { in icmp_push_reply() 404 csum = csum_add(csum, skb1->csum); in icmp_push_reply()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | txrx.c | 1315 struct sk_buff *skb1 = NULL; in ath6kl_rx() local 1573 skb1 = skb_copy(skb, GFP_ATOMIC); in ath6kl_rx() 1584 skb1 = skb; in ath6kl_rx() 1591 if (skb1) in ath6kl_rx() 1592 ath6kl_data_tx(skb1, vif->ndev); in ath6kl_rx()
|
| /linux/drivers/net/ethernet/qlogic/ |
| H A D | qla3xxx.c | 2042 struct sk_buff *skb1 = NULL, *skb2; in ql_process_macip_rx_intr() local 2056 skb1 = lrg_buf_cb1->skb; in ql_process_macip_rx_intr() 2058 if (*((u16 *) skb1->data) != 0xFFFF) in ql_process_macip_rx_intr() 2078 skb_copy_from_linear_data_offset(skb1, VLAN_ID_LEN, in ql_process_macip_rx_intr()
|
| /linux/Documentation/networking/ |
| H A D | snmp_counter.rst | 725 10 to 15, skb1 has seq 10 to 13, skb2 has seq 14 to 20. The seq 14 and 726 15 in skb2 would be moved to skb1. This operation is 'shift'. If a 727 SACK block acknowledges seq 10 to 20, skb1 has seq 10 to 13, skb2 has 728 seq 14 to 20. All data in skb2 will be moved to skb1, and skb2 will be
|