| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_choke.c | 149 static bool choke_match_flow(struct sk_buff *skb1, in choke_match_flow() argument 154 if (skb1->protocol != skb2->protocol) in choke_match_flow() 157 if (!choke_skb_cb(skb1)->keys_valid) { in choke_match_flow() 158 choke_skb_cb(skb1)->keys_valid = 1; in choke_match_flow() 159 skb_flow_dissect_flow_keys(skb1, &temp, 0); in choke_match_flow() 160 make_flow_keys_digest(&choke_skb_cb(skb1)->keys, &temp); in choke_match_flow() 169 return !memcmp(&choke_skb_cb(skb1)->keys, in choke_match_flow() 171 sizeof(choke_skb_cb(skb1)->keys)); in choke_match_flow()
|
| /OK3568_Linux_fs/kernel/net/llc/ |
| H A D | llc_sap.c | 365 struct sk_buff *skb1; in llc_do_mcast() local 369 skb1 = skb_clone(skb, GFP_ATOMIC); in llc_do_mcast() 370 if (!skb1) { in llc_do_mcast() 375 llc_sap_rcv(sap, skb1, stack[i]); in llc_do_mcast()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skbuff.c | 246 fclones = container_of(skb, struct sk_buff_fclones, skb1); in __alloc_skb() 641 fclones = container_of(skb, struct sk_buff_fclones, skb1); in kfree_skbmem() 1445 skb1); in skb_clone() 3243 struct sk_buff* skb1, in skb_split_inside_header() argument 3248 skb_copy_from_linear_data_offset(skb, len, skb_put(skb1, pos - len), in skb_split_inside_header() 3252 skb_shinfo(skb1)->frags[i] = skb_shinfo(skb)->frags[i]; in skb_split_inside_header() 3254 skb_shinfo(skb1)->nr_frags = skb_shinfo(skb)->nr_frags; in skb_split_inside_header() 3256 skb1->data_len = skb->data_len; in skb_split_inside_header() 3257 skb1->len += skb1->data_len; in skb_split_inside_header() 3264 struct sk_buff* skb1, in skb_split_no_header() argument [all …]
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | send.c | 856 struct sk_buff *skb1; in batadv_send_outstanding_bcast_packet() local 939 skb1 = skb_clone(forw_packet->skb, GFP_ATOMIC); in batadv_send_outstanding_bcast_packet() 940 if (skb1) in batadv_send_outstanding_bcast_packet() 941 batadv_send_broadcast_skb(skb1, hard_iface); in batadv_send_outstanding_bcast_packet()
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | protocol.c | 159 struct sk_buff *skb1; in mptcp_data_queue_ofo() local 206 skb1 = rb_to_skb(parent); in mptcp_data_queue_ofo() 207 if (before64(seq, MPTCP_SKB_CB(skb1)->map_seq)) { in mptcp_data_queue_ofo() 211 if (before64(seq, MPTCP_SKB_CB(skb1)->end_seq)) { in mptcp_data_queue_ofo() 212 if (!after64(end_seq, MPTCP_SKB_CB(skb1)->end_seq)) { in mptcp_data_queue_ofo() 218 if (after64(seq, MPTCP_SKB_CB(skb1)->map_seq)) { in mptcp_data_queue_ofo() 228 rb_replace_node(&skb1->rbnode, &skb->rbnode, in mptcp_data_queue_ofo() 230 mptcp_drop(sk, skb1); in mptcp_data_queue_ofo() 234 } else if (mptcp_ooo_try_coalesce(msk, skb1, skb)) { in mptcp_data_queue_ofo() 248 while ((skb1 = skb_rb_next(skb)) != NULL) { in mptcp_data_queue_ofo() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_input.c | 4755 struct sk_buff *skb1; in tcp_data_queue_ofo() local 4817 skb1 = rb_to_skb(parent); in tcp_data_queue_ofo() 4818 if (before(seq, TCP_SKB_CB(skb1)->seq)) { in tcp_data_queue_ofo() 4822 if (before(seq, TCP_SKB_CB(skb1)->end_seq)) { in tcp_data_queue_ofo() 4823 if (!after(end_seq, TCP_SKB_CB(skb1)->end_seq)) { in tcp_data_queue_ofo() 4832 if (after(seq, TCP_SKB_CB(skb1)->seq)) { in tcp_data_queue_ofo() 4834 tcp_dsack_set(sk, seq, TCP_SKB_CB(skb1)->end_seq); in tcp_data_queue_ofo() 4839 rb_replace_node(&skb1->rbnode, &skb->rbnode, in tcp_data_queue_ofo() 4842 TCP_SKB_CB(skb1)->seq, in tcp_data_queue_ofo() 4843 TCP_SKB_CB(skb1)->end_seq); in tcp_data_queue_ofo() [all …]
|
| H A D | icmp.c | 385 struct sk_buff *skb1; in icmp_push_reply() local 390 skb_queue_walk(&sk->sk_write_queue, skb1) { in icmp_push_reply() 391 csum = csum_add(csum, skb1->csum); in icmp_push_reply()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | x25-iface.rst | 84 preserved. Even if a device driver calls netif_rx(skb1) and later 86 earlier that skb1.
|
| H A D | snmp_counter.rst | 729 10 to 15, skb1 has seq 10 to 13, skb2 has seq 14 to 20. The seq 14 and 730 15 in skb2 would be moved to skb1. This operation is 'shift'. If a 731 SACK block acknowledges seq 10 to 20, skb1 has seq 10 to 13, skb2 has 732 seq 14 to 20. All data in skb2 will be moved to skb1, and skb2 will be
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | iphase.c | 641 struct sk_buff *skb = NULL, *skb1 = NULL; in ia_tx_poll() local 666 skb1 = skb_dequeue(&iavcc->txing_skb); in ia_tx_poll() 667 while (skb1 && (skb1 != skb)) { in ia_tx_poll() 668 if (!(IA_SKB_STATE(skb1) & IA_TX_DONE)) { in ia_tx_poll() 672 if ((vcc->pop) && (skb1->len != 0)) in ia_tx_poll() 674 vcc->pop(vcc, skb1); in ia_tx_poll() 676 (long)skb1);) in ia_tx_poll() 679 dev_kfree_skb_any(skb1); in ia_tx_poll() 680 skb1 = skb_dequeue(&iavcc->txing_skb); in ia_tx_poll() 682 if (!skb1) { in ia_tx_poll()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | txrx.c | 1315 struct sk_buff *skb1 = NULL; in ath6kl_rx() local 1572 skb1 = skb_copy(skb, GFP_ATOMIC); in ath6kl_rx() 1583 skb1 = skb; in ath6kl_rx() 1590 if (skb1) in ath6kl_rx() 1591 ath6kl_data_tx(skb1, vif->ndev); in ath6kl_rx()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/ |
| H A D | ni65.c | 1098 struct sk_buff *skb1 = p->recv_skb[p->rmdnum]; in ni65_recv_intr() local 1102 skb = skb1; in ni65_recv_intr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/ |
| H A D | qla3xxx.c | 2045 struct sk_buff *skb1 = NULL, *skb2; in ql_process_macip_rx_intr() local 2059 skb1 = lrg_buf_cb1->skb; in ql_process_macip_rx_intr() 2061 if (*((u16 *) skb1->data) != 0xFFFF) in ql_process_macip_rx_intr() 2082 skb_copy_from_linear_data_offset(skb1, VLAN_ID_LEN, in ql_process_macip_rx_intr()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | skbuff.h | 1128 struct sk_buff skb1; member 1149 fclones = container_of(skb, struct sk_buff_fclones, skb1); in skb_fclone_busy() 3619 void skb_split(struct sk_buff *skb, struct sk_buff *skb1, const u32 len);
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | vxlan.c | 2955 struct sk_buff *skb1; in vxlan_xmit() local 2961 skb1 = skb_clone(skb, GFP_ATOMIC); in vxlan_xmit() 2962 if (skb1) in vxlan_xmit() 2963 vxlan_xmit_one(skb1, dev, vni, rdst, did_rsc); in vxlan_xmit()
|