Searched refs:skb (Results 401 - 425 of 3418) sorted by relevance

<<11121314151617181920>>

/linux-master/net/ipv4/
H A Dxfrm4_tunnel.c14 static int ipip_output(struct xfrm_state *x, struct sk_buff *skb) argument
16 skb_push(skb, -skb_network_offset(skb));
20 static int ipip_xfrm_rcv(struct xfrm_state *x, struct sk_buff *skb) argument
22 return ip_hdr(skb)->protocol;
55 static int xfrm_tunnel_rcv(struct sk_buff *skb) argument
57 return xfrm4_rcv_spi(skb, IPPROTO_IPIP, ip_hdr(skb)->saddr);
60 static int xfrm_tunnel_err(struct sk_buff *skb, u32 info) argument
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_packet.c62 struct sk_buff *skb; local
82 /* Have netdev, get skb */
84 skb = netdev_alloc_skb(netdev, netdev->mtu + ETH_HLEN);
85 if (!skb) {
87 dev_err(sparx5->dev, "No skb allocated\n");
91 rxbuf = (u32 *)skb->data;
141 kfree_skb(skb);
150 skb->offload_fwd_mark = 1;
152 /* Finish up skb */
153 skb_put(skb, byte_cn
162 sparx5_inject(struct sparx5 *sparx5, u32 *ifh, struct sk_buff *skb, struct net_device *ndev) argument
225 sparx5_port_xmit_impl(struct sk_buff *skb, struct net_device *dev) argument
[all...]
/linux-master/include/linux/netfilter/ipset/
H A Dip_set_getport.h9 extern bool ip_set_get_ip4_port(const struct sk_buff *skb, bool src,
13 extern bool ip_set_get_ip6_port(const struct sk_buff *skb, bool src,
16 static inline bool ip_set_get_ip6_port(const struct sk_buff *skb, bool src, argument
/linux-master/net/atm/
H A Draw.c23 static void atm_push_raw(struct atm_vcc *vcc, struct sk_buff *skb) argument
25 if (skb) {
28 skb_queue_tail(&sk->sk_receive_queue, skb);
33 static void atm_pop_raw(struct atm_vcc *vcc, struct sk_buff *skb) argument
38 vcc->vci, sk_wmem_alloc_get(sk), ATM_SKB(skb)->acct_truesize);
39 WARN_ON(refcount_sub_and_test(ATM_SKB(skb)->acct_truesize, &sk->sk_wmem_alloc));
40 dev_kfree_skb_any(skb);
44 static int atm_send_aal0(struct atm_vcc *vcc, struct sk_buff *skb) argument
51 (((u32 *)skb->data)[0] & (ATM_HDR_VPI_MASK | ATM_HDR_VCI_MASK)) !=
54 kfree_skb(skb);
[all...]
/linux-master/net/batman-adv/
H A Ddistributed-arp-table.h28 struct sk_buff *skb);
30 struct sk_buff *skb, int hdr_size);
32 struct sk_buff *skb);
34 struct sk_buff *skb, int hdr_size);
36 struct sk_buff *skb,
40 struct sk_buff *skb, int hdr_size);
108 struct sk_buff *skb)
115 struct sk_buff *skb, int hdr_size)
122 struct sk_buff *skb)
129 struct sk_buff *skb, in
107 batadv_dat_snoop_outgoing_arp_request(struct batadv_priv *bat_priv, struct sk_buff *skb) argument
114 batadv_dat_snoop_incoming_arp_request(struct batadv_priv *bat_priv, struct sk_buff *skb, int hdr_size) argument
121 batadv_dat_snoop_outgoing_arp_reply(struct batadv_priv *bat_priv, struct sk_buff *skb) argument
128 batadv_dat_snoop_incoming_arp_reply(struct batadv_priv *bat_priv, struct sk_buff *skb, int hdr_size) argument
135 batadv_dat_snoop_outgoing_dhcp_ack(struct batadv_priv *bat_priv, struct sk_buff *skb, __be16 proto, unsigned short vid) argument
142 batadv_dat_snoop_incoming_dhcp_ack(struct batadv_priv *bat_priv, struct sk_buff *skb, int hdr_size) argument
[all...]
H A Dfragmentation.h20 bool batadv_frag_skb_fwd(struct sk_buff *skb,
23 bool batadv_frag_skb_buffer(struct sk_buff **skb,
25 int batadv_frag_send_packet(struct sk_buff *skb,
H A Dsend.c47 * @skb: the packet to send
57 * Regardless of the return value, the skb is consumed.
63 int batadv_send_skb_packet(struct sk_buff *skb, argument
86 if (batadv_skb_head_push(skb, ETH_HLEN) < 0)
89 skb_reset_mac_header(skb);
91 ethhdr = eth_hdr(skb);
96 skb_set_network_header(skb, ETH_HLEN);
97 skb->protocol = htons(ETH_P_BATMAN);
99 skb->dev = hard_iface->net_dev;
101 /* Save a clone of the skb t
124 batadv_send_broadcast_skb(struct sk_buff *skb, struct batadv_hard_iface *hard_iface) argument
139 batadv_send_unicast_skb(struct sk_buff *skb, struct batadv_neigh_node *neigh) argument
176 batadv_send_skb_to_orig(struct sk_buff *skb, struct batadv_orig_node *orig_node, struct batadv_hard_iface *recv_if) argument
234 batadv_send_skb_push_fill_unicast(struct sk_buff *skb, int hdr_size, struct batadv_orig_node *orig_node) argument
264 batadv_send_skb_prepare_unicast(struct sk_buff *skb, struct batadv_orig_node *orig_node) argument
282 batadv_send_skb_prepare_unicast_4addr(struct batadv_priv *bat_priv, struct sk_buff *skb, struct batadv_orig_node *orig, int packet_subtype) argument
331 batadv_send_skb_unicast(struct batadv_priv *bat_priv, struct sk_buff *skb, int packet_type, int packet_subtype, struct batadv_orig_node *orig_node, unsigned short vid) argument
403 batadv_send_skb_via_tt_generic(struct batadv_priv *bat_priv, struct sk_buff *skb, int packet_type, int packet_subtype, u8 *dst_hint, unsigned short vid) argument
442 batadv_send_skb_via_gw(struct batadv_priv *bat_priv, struct sk_buff *skb, unsigned short vid) argument
495 batadv_forw_packet_alloc(struct batadv_hard_iface *if_incoming, struct batadv_hard_iface *if_outgoing, atomic_t *queue_left, struct batadv_priv *bat_priv, struct sk_buff *skb) argument
751 batadv_forw_bcast_packet_to_list(struct batadv_priv *bat_priv, struct sk_buff *skb, unsigned long delay, bool own_packet, struct batadv_hard_iface *if_in, struct batadv_hard_iface *if_out) argument
807 batadv_forw_bcast_packet_if(struct batadv_priv *bat_priv, struct sk_buff *skb, unsigned long delay, bool own_packet, struct batadv_hard_iface *if_in, struct batadv_hard_iface *if_out) argument
849 batadv_send_no_broadcast(struct batadv_priv *bat_priv, struct sk_buff *skb, bool own_packet, struct batadv_hard_iface *if_out) argument
918 __batadv_forw_bcast_packet(struct batadv_priv *bat_priv, struct sk_buff *skb, unsigned long delay, bool own_packet) argument
972 batadv_forw_bcast_packet(struct batadv_priv *bat_priv, struct sk_buff *skb, unsigned long delay, bool own_packet) argument
993 batadv_send_bcast_packet(struct batadv_priv *bat_priv, struct sk_buff *skb, unsigned long delay, bool own_packet) argument
[all...]
/linux-master/include/linux/
H A Dhdlc.h26 __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev);
27 int (*netif_rx)(struct sk_buff *skb);
28 netdev_tx_t (*xmit)(struct sk_buff *skb, struct net_device *dev);
41 netdev_tx_t (*xmit)(struct sk_buff *skb, struct net_device *dev);
74 static __inline__ void debug_frame(const struct sk_buff *skb) argument
78 for (i=0; i < skb->len; i++) {
83 printk(" %02X", skb->data[i]);
94 netdev_tx_t hdlc_start_xmit(struct sk_buff *skb, struct net_device *dev);
101 static __inline__ __be16 hdlc_type_trans(struct sk_buff *skb, argument
106 skb
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtailcall5.c17 int classifier_##x(struct __sk_buff *skb) \
26 int entry(struct __sk_buff *skb) argument
35 bpf_tail_call(skb, &jmp_table, idx);
/linux-master/net/nfc/hci/
H A Dhcp.c46 struct sk_buff *skb; local
61 skb = alloc_skb(skb_len, GFP_KERNEL);
62 if (skb == NULL) {
66 skb_reserve(skb, ndev->tx_headroom);
68 skb_put(skb, NFC_HCI_HCP_PACKET_HEADER_LEN + data_link_len);
71 packet = (struct hcp_packet *)skb->data;
88 skb_queue_tail(&cmd->msg_frags, skb);
115 * skb contains optional message data only.
118 u8 instruction, struct sk_buff *skb)
122 nfc_hci_resp_received(hdev, instruction, skb);
117 nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, u8 instruction, struct sk_buff *skb) argument
[all...]
/linux-master/include/net/
H A Drawv6.h19 int rawv6_rcv(struct sock *sk, struct sk_buff *skb);
23 struct sk_buff *skb));
25 struct sk_buff *skb));
H A Dbusy_poll.h121 /* used in the NIC receive handler to mark the skb */
122 static inline void skb_mark_napi_id(struct sk_buff *skb, argument
126 /* If the skb was already marked with a valid NAPI ID, avoid overwriting
129 if (skb->napi_id < MIN_NAPI_ID)
130 skb->napi_id = napi->napi_id;
135 static inline void sk_mark_napi_id(struct sock *sk, const struct sk_buff *skb) argument
138 if (unlikely(READ_ONCE(sk->sk_napi_id) != skb->napi_id))
139 WRITE_ONCE(sk->sk_napi_id, skb->napi_id);
141 sk_rx_queue_update(sk, skb);
149 const struct sk_buff *skb)
148 sk_mark_napi_id_set(struct sock *sk, const struct sk_buff *skb) argument
166 sk_mark_napi_id_once(struct sock *sk, const struct sk_buff *skb) argument
[all...]
/linux-master/net/netfilter/
H A Dnf_nat_ovs.c10 static int nf_ct_nat_execute(struct sk_buff *skb, struct nf_conn *ct, argument
15 __be16 proto = skb_protocol(skb, true);
28 ip_hdr(skb)->protocol == IPPROTO_ICMP) {
29 if (!nf_nat_icmp_reply_translation(skb, ct, ctinfo,
35 u8 nexthdr = ipv6_hdr(skb)->nexthdr;
36 int hdrlen = ipv6_skip_exthdr(skb,
41 if (!nf_nat_icmpv6_reply_translation(skb, ct,
77 err = nf_nat_packet(ct, ctinfo, hooknum, skb);
85 int nf_ct_nat(struct sk_buff *skb, struct nf_conn *ct, argument
119 err = nf_ct_nat_execute(skb, c
[all...]
/linux-master/include/kunit/
H A Dskbuff.h20 * kunit_zalloc_skb() - Allocate and initialize a resource managed skb.
21 * @test: The test case to which the skb belongs
46 * @skb: The SKB to free.
48 static inline void kunit_kfree_skb(struct kunit *test, struct sk_buff *skb) argument
50 if (!skb)
53 kunit_release_action(test, kunit_action_kfree_skb, (void *)skb);
/linux-master/net/ipv6/
H A Dfou6.c21 static void fou6_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e, argument
26 skb_push(skb, sizeof(struct udphdr));
27 skb_reset_transport_header(skb);
29 uh = udp_hdr(skb);
33 uh->len = htons(skb->len);
34 udp6_set_csum(!(e->flags & TUNNEL_ENCAP_FLAG_CSUM6), skb,
35 &fl6->saddr, &fl6->daddr, skb->len);
40 static int fou6_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, argument
48 err = __fou_build_header(skb, e, protocol, &sport, type);
52 fou6_build_udp(skb,
57 gue6_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, u8 *protocol, struct flowi6 *fl6) argument
74 gue6_err_proto_handler(int proto, struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) argument
89 gue6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) argument
[all...]
H A Dah6.c286 struct sk_buff *skb = data; local
287 struct xfrm_state *x = skb_dst(skb)->xfrm;
289 struct ipv6hdr *top_iph = ipv6_hdr(skb);
290 struct ip_auth_hdr *ah = ip_auth_hdr(skb);
293 extlen = skb_network_header_len(skb) - sizeof(struct ipv6hdr);
297 iph_base = AH_SKB_CB(skb)->tmp;
312 kfree(AH_SKB_CB(skb)->tmp);
313 xfrm_output_resume(skb->sk, skb, err);
316 static int ah6_output(struct xfrm_state *x, struct sk_buff *skb) argument
456 struct sk_buff *skb = data; local
490 ah6_input(struct xfrm_state *x, struct sk_buff *skb) argument
640 ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) argument
753 ah6_rcv_cb(struct sk_buff *skb, int err) argument
[all...]
/linux-master/net/ax25/
H A Dax25_subr.c48 struct sk_buff *skb; local
55 skb = skb_dequeue(&ax25->ack_queue);
56 kfree_skb(skb);
64 struct sk_buff *skb; local
71 while ((skb = skb_dequeue_tail(&ax25->ack_queue)) != NULL)
72 skb_queue_head(&ax25->write_queue, skb);
97 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) argument
102 frame = skb->data;
119 skb_pull(skb, 1);
126 skb_pull(skb,
149 struct sk_buff *skb; local
189 struct sk_buff *skb; local
[all...]
/linux-master/net/sctp/
H A Dinput.c50 struct sk_buff *skb,
56 struct net *net, struct sk_buff *skb,
67 static int sctp_add_backlog(struct sock *sk, struct sk_buff *skb);
71 static inline int sctp_rcv_checksum(struct net *net, struct sk_buff *skb) argument
73 struct sctphdr *sh = sctp_hdr(skb);
75 __le32 val = sctp_compute_cksum(skb, 0);
88 int sctp_rcv(struct sk_buff *skb) argument
100 struct net *net = dev_net(skb->dev);
101 bool is_gso = skb_is_gso(skb) && skb_is_gso_sctp(skb);
276 sctp_backlog_rcv(struct sock *sk, struct sk_buff *skb) argument
347 sctp_add_backlog(struct sock *sk, struct sk_buff *skb) argument
408 sctp_icmp_redirect(struct sock *sk, struct sctp_transport *t, struct sk_buff *skb) argument
460 sctp_err_lookup(struct net *net, int family, struct sk_buff *skb, struct sctphdr *sctphdr, struct sctp_association **app, struct sctp_transport **tpp) argument
548 sctp_v4_err_handle(struct sctp_transport *t, struct sk_buff *skb, __u8 type, __u8 code, __u32 info) argument
607 sctp_v4_err(struct sk_buff *skb, __u32 info) argument
638 sctp_udp_v4_err(struct sock *sk, struct sk_buff *skb) argument
680 sctp_rcv_ootb(struct sk_buff *skb) argument
837 __sctp_rcv_lookup_endpoint( struct net *net, struct sk_buff *skb, const union sctp_addr *laddr, const union sctp_addr *paddr, int dif, int sdif) argument
1121 __sctp_rcv_init_lookup(struct net *net, struct sk_buff *skb, const union sctp_addr *laddr, struct sctp_transport **transportp, int dif, int sdif) argument
1224 __sctp_rcv_walk_lookup(struct net *net, struct sk_buff *skb, const union sctp_addr *laddr, struct sctp_transport **transportp, int dif, int sdif) argument
1293 __sctp_rcv_lookup_harder(struct net *net, struct sk_buff *skb, const union sctp_addr *laddr, struct sctp_transport **transportp, int dif, int sdif) argument
1327 __sctp_rcv_lookup(struct net *net, struct sk_buff *skb, const union sctp_addr *paddr, const union sctp_addr *laddr, struct sctp_transport **transportp, int dif, int sdif) argument
[all...]
H A Dinqueue.c45 chunk->skb = chunk->head_skb;
132 if (chunk->head_skb == chunk->skb) {
133 chunk->skb = skb_shinfo(chunk->skb)->frag_list;
136 if (chunk->skb->next) {
137 chunk->skb = chunk->skb->next;
146 /* Force chunk->skb->data to chunk->chunk_end. */
147 skb_pull(chunk->skb, chunk->chunk_end - chunk->skb
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_usb_core.c8 static void mt76x02u_remove_dma_hdr(struct sk_buff *skb) argument
12 skb_pull(skb, sizeof(struct mt76x02_txwi) + MT_DMA_HDR_LEN);
13 hdr_len = ieee80211_get_hdrlen_from_skb(skb);
15 mt76x02_remove_hdr_pad(skb, 2);
20 mt76x02u_remove_dma_hdr(e->skb);
21 mt76_tx_complete_skb(mdev, e->wcid, e->skb);
46 int mt76x02u_skb_dma_info(struct sk_buff *skb, int port, u32 flags) argument
56 info = FIELD_PREP(MT_TXD_INFO_LEN, round_up(skb->len, 4)) |
58 put_unaligned_le32(info, skb_push(skb, sizeof(info)));
60 pad = round_up(skb
188 struct sk_buff *skb; local
[all...]
/linux-master/net/tipc/
H A Dmsg.c70 struct sk_buff *skb; local
72 skb = alloc_skb_fclone(BUF_OVERHEAD + size, gfp);
73 if (skb) {
74 skb_reserve(skb, BUF_HEADROOM);
75 skb_put(skb, size);
76 skb->next = NULL;
78 return skb;
159 /* Either the input skb ownership is transferred to headskb
160 * or the input skb is freed, clear the reference to avoid
208 struct sk_buff *skb; local
258 struct sk_buff *skb = *_skb; local
310 tipc_msg_fragment(struct sk_buff *skb, const struct tipc_msg *hdr, int pktmax, struct sk_buff_head *frags) argument
379 struct sk_buff *skb; local
520 tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss, u32 dnode, bool *new_bundle) argument
581 tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos) argument
625 tipc_msg_reverse(u32 own_node, struct sk_buff **skb, int err) argument
679 struct sk_buff *skb, *_skb; local
701 tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err) argument
741 struct sk_buff *skb, *tmp = NULL; local
766 struct sk_buff *skb, *_skb; local
804 struct sk_buff *skb, *_skb; local
823 __tipc_skb_queue_sorted(struct sk_buff_head *list, u16 seqno, struct sk_buff *skb) argument
850 tipc_skb_reject(struct net *net, int err, struct sk_buff *skb, struct sk_buff_head *xmitq) argument
[all...]
/linux-master/drivers/net/wan/
H A Dhdlc_fr.c260 static int fr_hard_header(struct sk_buff *skb, u16 dlci) argument
262 if (!skb->dev) { /* Control packets */
265 skb_push(skb, 4);
266 skb->data[3] = NLPID_CCITT_ANSI_LMI;
270 skb_push(skb, 4);
271 skb->data[3] = NLPID_CISCO_LMI;
278 } else if (skb->dev->type == ARPHRD_DLCI) {
279 switch (skb->protocol) {
281 skb_push(skb, 4);
282 skb
388 pvc_xmit(struct sk_buff *skb, struct net_device *dev) argument
459 struct sk_buff *skb; local
633 fr_lmi_recv(struct net_device *dev, struct sk_buff *skb) argument
849 fr_snap_parse(struct sk_buff *skb, struct pvc_device *pvc) argument
889 fr_rx(struct sk_buff *skb) argument
[all...]
/linux-master/drivers/nfc/fdp/
H A Di2c.c35 #define fdp_nci_i2c_dump_skb(dev, prefix, skb) \
37 16, 1, (skb)->data, (skb)->len, 0)
64 static void fdp_nci_i2c_add_len_lrc(struct sk_buff *skb) argument
70 len = skb->len;
71 *(u8 *)skb_push(skb, 1) = len & 0xff;
72 *(u8 *)skb_push(skb, 1) = len >> 8;
76 lrc ^= skb->data[i];
78 skb_put_u8(skb, lrc);
81 static void fdp_nci_i2c_remove_len_lrc(struct sk_buff *skb) argument
87 fdp_nci_i2c_write(void *phy_id, struct sk_buff *skb) argument
129 fdp_nci_i2c_read(struct fdp_i2c_phy *phy, struct sk_buff **skb) argument
198 struct sk_buff *skb; local
[all...]
/linux-master/net/xfrm/
H A Dxfrm_ipcomp.c38 static int ipcomp_decompress(struct xfrm_state *x, struct sk_buff *skb) argument
41 const int plen = skb->len;
43 const u8 *start = skb->data;
56 if (len > skb_tailroom(skb))
57 len = skb_tailroom(skb);
59 __skb_put(skb, len);
62 skb_copy_to_linear_data(skb, scratch, len);
68 if (WARN_ON(skb_shinfo(skb)->nr_frags >= MAX_SKB_FRAGS))
71 frag = skb_shinfo(skb)->frags + skb_shinfo(skb)
94 ipcomp_input(struct xfrm_state *x, struct sk_buff *skb) argument
122 ipcomp_compress(struct xfrm_state *x, struct sk_buff *skb) argument
155 ipcomp_output(struct xfrm_state *x, struct sk_buff *skb) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c160 int ath6kl_wmi_dix_2_dot3(struct wmi *wmi, struct sk_buff *skb) argument
169 if (WARN_ON(skb == NULL))
173 if (skb_headroom(skb) < size)
176 eth_hdr = (struct ethhdr *) skb->data;
185 new_len = skb->len - sizeof(*eth_hdr) + sizeof(*llc_hdr);
187 skb_push(skb, sizeof(struct ath6kl_llc_snap_hdr));
188 datap = skb->data;
206 static int ath6kl_wmi_meta_add(struct wmi *wmi, struct sk_buff *skb, argument
212 if (WARN_ON(skb == NULL || version == NULL))
217 skb_push(skb, WMI_MAX_TX_META_S
234 ath6kl_wmi_data_hdr_add(struct wmi *wmi, struct sk_buff *skb, u8 msg_type, u32 flags, enum wmi_data_hdr_data_type data_type, u8 meta_ver, void *tx_meta_info, u8 if_idx) argument
298 ath6kl_wmi_implicit_create_pstream(struct wmi *wmi, u8 if_idx, struct sk_buff *skb, u32 layer2_priority, bool wmm_enabled, u8 *ac) argument
388 ath6kl_wmi_dot11_hdr_remove(struct wmi *wmi, struct sk_buff *skb) argument
454 ath6kl_wmi_dot3_2_dix(struct sk_buff *skb) argument
712 struct sk_buff *skb; local
729 struct sk_buff *skb; local
763 struct sk_buff *skb; local
785 struct sk_buff *skb; local
805 struct sk_buff *skb; local
821 struct sk_buff *skb; local
837 struct sk_buff *skb; local
1394 struct sk_buff *skb; local
1610 struct sk_buff *skb; local
1628 struct sk_buff *skb; local
1647 struct sk_buff *skb; local
1779 ath6kl_wmi_cmd_send(struct wmi *wmi, u8 if_idx, struct sk_buff *skb, enum wmi_cmd_id cmd_id, enum wmi_sync_flag sync_flag) argument
1855 struct sk_buff *skb; local
1907 struct sk_buff *skb; local
1957 struct sk_buff *skb; local
2000 struct sk_buff *skb; local
2069 struct sk_buff *skb; local
2096 struct sk_buff *skb; local
2123 struct sk_buff *skb; local
2146 struct sk_buff *skb; local
2184 struct sk_buff *skb; local
2204 struct sk_buff *skb; local
2223 struct sk_buff *skb; local
2245 struct sk_buff *skb; local
2268 struct sk_buff *skb; local
2296 struct sk_buff *skb; local
2338 struct sk_buff *skb; local
2357 struct sk_buff *skb; local
2380 struct sk_buff *skb; local
2410 ath6kl_wmi_data_sync_send(struct wmi *wmi, struct sk_buff *skb, enum htc_endpoint_id ep_id, u8 if_idx) argument
2434 struct sk_buff *skb; local
2527 struct sk_buff *skb; local
2620 struct sk_buff *skb; local
2683 struct sk_buff *skb; local
2756 struct sk_buff *skb; local
2808 struct sk_buff *skb; local
2870 struct sk_buff *skb; local
2915 struct sk_buff *skb; local
2944 struct sk_buff *skb; local
2979 struct sk_buff *skb; local
2996 ath6kl_wmi_cmd_send_xtnd(struct wmi *wmi, struct sk_buff *skb, enum wmix_command_id cmd_id, enum wmi_sync_flag sync_flag) argument
3015 struct sk_buff *skb; local
3035 struct sk_buff *skb; local
3058 struct sk_buff *skb; local
3088 struct sk_buff *skb; local
3107 struct sk_buff *skb; local
3125 struct sk_buff *skb; local
3147 struct sk_buff *skb; local
3171 struct sk_buff *skb; local
3206 struct sk_buff *skb; local
3222 struct sk_buff *skb; local
3241 struct sk_buff *skb; local
3268 struct sk_buff *skb; local
3287 struct sk_buff *skb; local
3378 struct sk_buff *skb; local
3401 struct sk_buff *skb; local
3422 struct sk_buff *skb; local
3440 struct sk_buff *skb; local
3457 struct sk_buff *skb; local
3499 struct sk_buff *skb; local
3522 struct sk_buff *skb; local
3545 struct sk_buff *skb; local
3569 struct sk_buff *skb; local
3591 struct sk_buff *skb; local
3609 struct sk_buff *skb; local
3633 struct sk_buff *skb; local
3671 struct sk_buff *skb; local
3736 struct sk_buff *skb; local
3762 struct sk_buff *skb; local
3779 struct sk_buff *skb; local
3803 struct sk_buff *skb; local
3831 ath6kl_wmi_control_rx_xtnd(struct wmi *wmi, struct sk_buff *skb) argument
3959 ath6kl_wmi_proc_events(struct wmi *wmi, struct sk_buff *skb) argument
4108 ath6kl_wmi_control_rx(struct wmi *wmi, struct sk_buff *skb) argument
[all...]

Completed in 208 milliseconds

<<11121314151617181920>>