/net/dsa/ |
D | Kconfig | 25 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 56 Say Y if you want to enable support for tagging frames for the 63 Say Y or M if you want to enable support for tagging frames 69 Say Y or M if you want to enable support for tagging frames for the 79 Say Y or M if you want to enable support for tagging frames for the 86 Say Y or M if you want to enable support for tagging frames for the 92 Say Y or M if you want to enable support for tagging frames for [all …]
|
/net/mac80211/ |
D | mesh_ps.c | 415 struct sk_buff_head *frames) in mpsp_qos_null_append() argument 418 struct sk_buff *new_skb, *skb = skb_peek_tail(frames); in mpsp_qos_null_append() 443 __skb_queue_tail(frames, new_skb); in mpsp_qos_null_append() 456 struct sk_buff_head frames; in mps_frame_deliver() local 460 skb_queue_head_init(&frames); in mps_frame_deliver() 475 __skb_queue_tail(&frames, skb); in mps_frame_deliver() 484 if (skb_queue_empty(&frames)) { in mps_frame_deliver() 491 mpsp_qos_null_append(sta, &frames); in mps_frame_deliver() 494 skb_queue_len(&frames), sta->sta.addr); in mps_frame_deliver() 497 skb_queue_walk(&frames, skb) { in mps_frame_deliver() [all …]
|
D | rx.c | 1082 struct sk_buff_head *frames = &tid_agg_rx->reorder_buf[index]; in ieee80211_rx_reorder_ready() local 1083 struct sk_buff *tail = skb_peek_tail(frames); in ieee80211_rx_reorder_ready() 1103 struct sk_buff_head *frames) in ieee80211_release_reorder_frame() argument 1124 __skb_queue_tail(frames, skb); in ieee80211_release_reorder_frame() 1136 struct sk_buff_head *frames) in ieee80211_release_reorder_frames() argument 1145 frames); in ieee80211_release_reorder_frames() 1162 struct sk_buff_head *frames) in ieee80211_sta_reorder_release() argument 1196 frames); in ieee80211_sta_reorder_release() 1208 frames); in ieee80211_sta_reorder_release() 1240 struct sk_buff_head *frames) in ieee80211_sta_manage_reorder_buf() argument [all …]
|
D | sta_info.c | 1911 struct sk_buff_head *frames, in ieee80211_sta_ps_get_frames() argument 1930 if (skb_queue_empty(frames)) { in ieee80211_sta_ps_get_frames() 1950 __skb_queue_tail(frames, skb); in ieee80211_sta_ps_get_frames() 1972 struct sk_buff_head frames; in ieee80211_sta_ps_deliver_response() local 1978 __skb_queue_head_init(&frames); in ieee80211_sta_ps_deliver_response() 1981 &frames, &driver_release_tids); in ieee80211_sta_ps_deliver_response() 1989 if (skb_queue_empty(&frames) && !driver_release_tids) { in ieee80211_sta_ps_deliver_response() 2023 while ((skb = __skb_dequeue(&frames))) { in ieee80211_sta_ps_deliver_response() 2042 if (more_data || !skb_queue_empty(&frames)) in ieee80211_sta_ps_deliver_response() 2058 if (!skb_queue_empty(&frames)) in ieee80211_sta_ps_deliver_response()
|
/net/can/ |
D | bcm.c | 117 void *frames; member 276 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx() 320 struct canfd_frame *frames, int has_timestamp) in bcm_send_to_user() argument 339 skb_put_data(skb, frames, datalen); in bcm_send_to_user() 513 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index() 698 if ((get_u64(op->frames, 0) & get_u64(rxframe, 0)) == in bcm_rx_handler() 699 (get_u64(op->frames, 0) & in bcm_rx_handler() 700 get_u64(op->frames + op->cfsiz * i, 0))) { in bcm_rx_handler() 732 if ((op->frames) && (op->frames != &op->sframe)) in bcm_free_op_rcu() 733 kfree(op->frames); in bcm_free_op_rcu() [all …]
|
D | Kconfig | 30 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). 63 As CAN frames can only transport a small amount of data bytes
|
/net/hsr/ |
D | Kconfig | 18 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/ |
D | Kconfig | 65 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/ |
D | Kconfig | 60 bridging and routing frames, giving Linux the functionality of a 89 This option adds matching support for 802.3 Ethernet frames. 140 This option adds the mark match, which allows matching frames based on 188 destination address of frames. 195 This option adds the mark target, which allows marking frames by 214 source address of frames.
|
/net/bpf/ |
D | test_run.c | 115 struct xdp_frame **frames; member 172 xdp->frames = kvmalloc_array(xdp->batch_size, sizeof(void *), GFP_KERNEL); in xdp_test_run_setup() 173 if (!xdp->frames) in xdp_test_run_setup() 209 kvfree(xdp->frames); in xdp_test_run_setup() 217 kfree(xdp->frames); in xdp_test_run_teardown() 249 static int xdp_recv_frames(struct xdp_frame **frames, int nframes, in xdp_recv_frames() argument 260 xdp_return_frame(frames[i]); in xdp_recv_frames() 265 struct xdp_frame *xdpf = frames[i]; in xdp_recv_frames() 286 struct xdp_frame **frames = xdp->frames; in xdp_test_run_batch() local 339 frames[nframes++] = frm; in xdp_test_run_batch() [all …]
|
/net/nfc/hci/ |
D | Kconfig | 9 HCI frames, like for example the NXP pn544.
|
/net/lapb/ |
D | Kconfig | 11 connection service to exchange data frames with one other host, and
|
/net/ieee802154/ |
D | nl-mac.c | 837 u8 frames; in ieee802154_llsec_parse_key() local 846 frames = nla_get_u8(info->attrs[IEEE802154_ATTR_LLSEC_KEY_USAGE_FRAME_TYPES]); in ieee802154_llsec_parse_key() 847 if ((frames & BIT(IEEE802154_FC_TYPE_MAC_CMD)) && in ieee802154_llsec_parse_key() 864 key->frame_types = frames; in ieee802154_llsec_parse_key()
|
/net/batman-adv/ |
D | Kconfig | 41 to avoid Ethernet frames looping when mesh nodes are connected
|
/net/sched/ |
D | Kconfig | 650 Say Y here if you want to be able to classify CAN frames based
|