Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 15 of 15) sorted by relevance

/net/dsa/
A DKconfig25 frames over the CPU port.
30 Say Y or M if you want to enable support for tagging frames for
41 Say Y if you want to enable support for tagging frames for the
48 Say Y if you want to enable support for tagging frames for the
58 Say Y if you want to enable support for tagging frames for the
68 Say Y if you want to enable support for tagging frames for the
75 Say Y or M if you want to enable support for tagging frames
104 Say Y or M if you want to enable support for tagging frames for
110 Say Y if you want to enable support for tagging frames for the
119 the frames over the Ethernet CPU port are prepended with a
[all …]
/net/mac80211/
A Dmesh_ps.c419 struct sk_buff_head *frames) in mpsp_qos_null_append() argument
447 __skb_queue_tail(frames, new_skb); in mpsp_qos_null_append()
460 struct sk_buff_head frames; in mps_frame_deliver() local
464 skb_queue_head_init(&frames); in mps_frame_deliver()
479 __skb_queue_tail(&frames, skb); in mps_frame_deliver()
488 if (skb_queue_empty(&frames)) { in mps_frame_deliver()
495 mpsp_qos_null_append(sta, &frames); in mps_frame_deliver()
498 skb_queue_len(&frames), sta->sta.addr); in mps_frame_deliver()
501 skb_queue_walk(&frames, skb) { in mps_frame_deliver()
519 if (skb_queue_is_last(&frames, skb) && in mps_frame_deliver()
[all …]
A Drx.c1173 frames); in ieee80211_release_reorder_frames()
1224 frames); in ieee80211_sta_reorder_release()
1236 frames); in ieee80211_sta_reorder_release()
1319 head_seq_num, frames); in ieee80211_sta_manage_reorder_buf()
1430 frames)) in ieee80211_rx_reorder_ampdu()
1434 __skb_queue_tail(frames, skb); in ieee80211_rx_reorder_ampdu()
3303 start_seq_num, frames); in ieee80211_rx_h_ctrl()
4238 struct sk_buff_head frames; in ieee80211_release_reorder_timeout() local
4283 struct sk_buff_head frames; in ieee80211_mark_rx_ba_filtered_frames() local
4320 release, &frames); in ieee80211_mark_rx_ba_filtered_frames()
[all …]
A Dsta_info.c1982 struct sk_buff_head *frames, in ieee80211_sta_ps_get_frames() argument
2001 if (skb_queue_empty(frames)) { in ieee80211_sta_ps_get_frames()
2021 __skb_queue_tail(frames, skb); in ieee80211_sta_ps_get_frames()
2043 struct sk_buff_head frames; in ieee80211_sta_ps_deliver_response() local
2049 __skb_queue_head_init(&frames); in ieee80211_sta_ps_deliver_response()
2052 &frames, &driver_release_tids); in ieee80211_sta_ps_deliver_response()
2060 if (skb_queue_empty(&frames) && !driver_release_tids) { in ieee80211_sta_ps_deliver_response()
2094 while ((skb = __skb_dequeue(&frames))) { in ieee80211_sta_ps_deliver_response()
2113 if (more_data || !skb_queue_empty(&frames)) in ieee80211_sta_ps_deliver_response()
2129 if (!skb_queue_empty(&frames)) in ieee80211_sta_ps_deliver_response()
/net/can/
A Dbcm.c120 void *frames; member
795 if ((op->frames) && (op->frames != &op->sframe)) in bcm_free_op_rcu()
796 kfree(op->frames); in bcm_free_op_rcu()
1022 if (!op->frames) { in bcm_tx_setup()
1027 op->frames = &op->sframe; in bcm_tx_setup()
1100 if (op->frames != &op->sframe) in bcm_tx_setup()
1101 kfree(op->frames); in bcm_tx_setup()
1183 if (!op->frames) { in bcm_rx_setup()
1193 kfree(op->frames); in bcm_rx_setup()
1199 op->frames = &op->sframe; in bcm_rx_setup()
[all …]
A DKconfig30 socket has several filter options e.g. ID masking / error frames.
38 sending of RTR frames, and cyclic CAN messages without permanent user
49 The CAN Gateway/Router is used to route (and modify) CAN frames.
51 msg sending and can optionally modify routed CAN frames on the fly.
52 CAN frames can be routed between CAN network interfaces (one hop).
66 As CAN frames can only transport a small amount of data bytes
/net/hsr/
A DKconfig18 with other HSR capable nodes. All Ethernet frames sent over the HSR
21 in the ring acts like a bridge for HSR frames, but filters frames
26 frames sent over the PRP device will be sent to both networks giving
/net/l2tp/
A DKconfig65 ethernet frames.
68 tunnel raw ethernet frames using L2TP, say Y here. If
78 L2TP frames, namely UDP and plain IP (without UDP). This
92 Support for carrying raw ethernet frames over L2TPv3.
/net/bridge/netfilter/
A DKconfig72 bridging and routing frames, giving Linux the functionality of a
103 This option adds matching support for 802.3 Ethernet frames.
154 This option adds the mark match, which allows matching frames based on
202 destination address of frames.
209 This option adds the mark target, which allows marking frames by
228 source address of frames.
/net/bpf/
A Dtest_run.c116 struct xdp_frame **frames; member
174 xdp->frames = kvmalloc_array(xdp->batch_size, sizeof(void *), GFP_KERNEL); in xdp_test_run_setup()
175 if (!xdp->frames) in xdp_test_run_setup()
211 kvfree(xdp->frames); in xdp_test_run_setup()
219 kfree(xdp->frames); in xdp_test_run_teardown()
252 static int xdp_recv_frames(struct xdp_frame **frames, int nframes, in xdp_recv_frames() argument
264 xdp_return_frame(frames[i]); in xdp_recv_frames()
269 struct xdp_frame *xdpf = frames[i]; in xdp_recv_frames()
290 struct xdp_frame **frames = xdp->frames; in xdp_test_run_batch() local
346 frames[nframes++] = frm; in xdp_test_run_batch()
[all …]
/net/nfc/hci/
A DKconfig9 HCI frames, like for example the NXP pn544.
/net/lapb/
A DKconfig11 connection service to exchange data frames with one other host, and
/net/ieee802154/
A Dnl-mac.c828 u8 frames; in ieee802154_llsec_parse_key() local
837 frames = nla_get_u8(info->attrs[IEEE802154_ATTR_LLSEC_KEY_USAGE_FRAME_TYPES]); in ieee802154_llsec_parse_key()
838 if ((frames & BIT(IEEE802154_FC_TYPE_MAC_CMD)) && in ieee802154_llsec_parse_key()
855 key->frame_types = frames; in ieee802154_llsec_parse_key()
/net/batman-adv/
A DKconfig41 to avoid Ethernet frames looping when mesh nodes are connected
/net/sched/
A DKconfig674 Say Y here if you want to be able to classify CAN frames based

Completed in 44 milliseconds