/linux-4.1.27/arch/um/drivers/ |
D | umcast_user.c | 46 if (pri->unicast) in umcast_user_init() 59 if (pri->unicast) in umcast_remove() 73 if ((!pri->unicast && lsin->sin_addr.s_addr == 0) || in umcast_open() 94 if (!pri->unicast) { in umcast_open() 122 if (!pri->unicast) { in umcast_open() 152 if (!pri->unicast) { in umcast_close()
|
D | umcast_kern.c | 24 bool unicast; member 38 dpri->unicast = init->unicast; in umcast_init() 42 if (dpri->unicast) { in umcast_init() 107 init->unicast = false; in mcast_setup() 153 init->unicast = true; in ucast_setup()
|
D | umcast.h | 18 int unicast; member
|
/linux-4.1.27/net/bridge/ |
D | br_forward.c | 178 bool unicast) in br_flood() argument 187 if (unicast && !(p->flags & BR_FLOOD)) in br_flood() 218 void br_flood_deliver(struct net_bridge *br, struct sk_buff *skb, bool unicast) in br_flood_deliver() argument 220 br_flood(br, skb, NULL, __br_deliver, unicast); in br_flood_deliver() 225 struct sk_buff *skb2, bool unicast) in br_flood_forward() argument 227 br_flood(br, skb, skb2, __br_forward, unicast); in br_flood_forward()
|
D | br_input.c | 131 bool unicast = true; in br_handle_frame_finish() local 167 unicast = false; in br_handle_frame_finish() 182 unicast = false; in br_handle_frame_finish() 196 br_flood_forward(br, skb, skb2, unicast); in br_handle_frame_finish()
|
D | br_private.h | 417 void br_flood_deliver(struct net_bridge *br, struct sk_buff *skb, bool unicast); 419 struct sk_buff *skb2, bool unicast);
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | altera_tse.txt | 28 - altr,has-supplementary-unicast: 29 If present, TSE supports additional unicast addresses. 30 Otherwise additional unicast addresses are not supported. 73 altr,has-supplementary-unicast; 111 altr,has-supplementary-unicast;
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | usb.c | 453 bool unicast = false; in _rtl_usb_rx_process_agg() local 474 unicast = true; in _rtl_usb_rx_process_agg() 481 if (unicast) in _rtl_usb_rx_process_agg() 495 bool unicast = false; in _rtl_usb_rx_process_noagg() local 516 unicast = true; in _rtl_usb_rx_process_noagg() 523 if (unicast) in _rtl_usb_rx_process_noagg()
|
D | pci.c | 776 bool unicast = false; in _rtl_pci_rx_interrupt() local 882 unicast = true; in _rtl_pci_rx_interrupt() 889 if (unicast) in _rtl_pci_rx_interrupt()
|
/linux-4.1.27/net/dccp/ |
D | Kconfig | 10 protocol that implements bidirectional, unicast connections of
|
/linux-4.1.27/Documentation/networking/ |
D | mac80211-injection.txt | 29 an ACK even if it is a unicast frame
|
D | netlink_mmap.txt | 9 overhead of unicast receive and transmit operations. Some netlink subsystems
|
D | ip-sysctl.txt | 1135 The maximum number of unicast probes in PROBE state, when 1144 The maximum number of multicast probes after unicast and 1506 responding to a unicast neighbor solicitation. 1514 message. When responding to unicast solicitations, the option can be 1516 layer address; otherwise it would not have be able to send the unicast
|
D | altera_tse.txt | 216 including error, discarded, unicast, multicast, and broadcast packets.
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 207 bit 1 = 1 -- unicast data 219 echo "3" > hscfg : Broadcast and unicast data;
|
D | cfg80211.c | 360 u8 key_index, bool unicast, in mwifiex_cfg80211_set_default_key() argument
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 1176 static void rtllib_rx_check_leave_lps(struct rtllib_device *ieee, u8 unicast, u8 nr_subframes) in rtllib_rx_check_leave_lps() argument 1178 if (unicast) { in rtllib_rx_check_leave_lps() 1260 u8 type, stype, multicast = 0, unicast = 0, nr_subframes = 0, TID = 0; in rtllib_rx_InfraAdhoc() local 1274 unicast = !multicast; in rtllib_rx_InfraAdhoc() 1275 if (unicast && !ether_addr_equal(dev->dev_addr, hdr->addr1)) { in rtllib_rx_InfraAdhoc() 1390 if (unicast) in rtllib_rx_InfraAdhoc() 1392 rtllib_rx_check_leave_lps(ieee, unicast, nr_subframes); in rtllib_rx_InfraAdhoc()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_core.c | 535 int unicast; in ip_vs_leave() local 548 unicast = ipv6_addr_type(&iph->daddr.in6) & IPV6_ADDR_UNICAST; in ip_vs_leave() 551 unicast = (inet_addr_type(net, iph->daddr.ip) == RTN_UNICAST); in ip_vs_leave() 557 if (ipvs->sysctl_cache_bypass && svc->fwmark && unicast) { in ip_vs_leave()
|
/linux-4.1.27/net/wireless/ |
D | rdev-ops.h | 114 struct net_device *netdev, u8 key_index, bool unicast, in rdev_set_default_key() argument 119 unicast, multicast); in rdev_set_default_key() 121 unicast, multicast); in rdev_set_default_key()
|
D | trace.h | 434 bool unicast, bool multicast), 435 TP_ARGS(wiphy, netdev, key_index, unicast, multicast), 440 __field(bool, unicast) 447 __entry->unicast = unicast; 452 BOOL_TO_STR(__entry->unicast),
|
/linux-4.1.27/net/ipv6/ |
D | Kconfig | 172 deploy IPv6 unicast service to IPv4 sites to which it provides
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | cfg80211.c | 284 u8 key_index, bool unicast, bool multicast) in prism2_set_default_key() argument
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats.txt | 29 To get statistics during a task's lifetime, userspace opens a unicast netlink
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 726 u8 unicast; member 2040 u8 unicast; member
|
D | smd.c | 1473 msg_body.set_sta_key_params.key[0].unicast = 1; in wcn36xx_smd_set_stakey() 1512 msg_body.keys[0].unicast = 0; in wcn36xx_smd_set_bsskey()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 597 u8 key_index, bool unicast, in wil_cfg80211_set_default_key() argument
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 7185 int unicast = !is_multicast_ether_addr(daddr); in ipw_is_qos_active() local 7193 if (unicast == 0) in ipw_is_qos_active() 7202 priv->qos_data.qos_enable, active, supported, unicast); in ipw_is_qos_active() 10131 u8 id, hdr_len, unicast; in ipw_tx_skb() local 10140 unicast = !is_multicast_ether_addr(hdr->addr1); in ipw_tx_skb() 10155 unicast = !is_multicast_ether_addr(hdr->addr3); in ipw_tx_skb() 10184 if (likely(unicast)) in ipw_tx_skb() 10196 if (!unicast) in ipw_tx_skb()
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 965 bool unicast, bool multicast) in cfg80211_rtw_set_default_key() argument 971 __func__, ndev->name, key_index, unicast, multicast); in cfg80211_rtw_set_default_key()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 1307 u8 key_index, bool unicast, in ath6kl_cfg80211_set_default_key() argument 1339 if (unicast) in ath6kl_cfg80211_set_default_key()
|
/linux-4.1.27/drivers/net/wireless/ |
D | rndis_wlan.c | 517 u8 key_index, bool unicast, bool multicast); 2448 u8 key_index, bool unicast, bool multicast) in rndis_set_default_key() argument
|
D | airo.c | 824 u8 unicast[16]; member 1350 mic_rid.unicast, sizeof(mic_rid.unicast), in micinit()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | 3945-mac.c | 480 u8 unicast; in il3945_tx_skb() local 499 unicast = !is_multicast_ether_addr(hdr->addr1); in il3945_tx_skb()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | cfg.c | 1486 u8 key_index, bool unicast, in lbs_cfg_set_default_key() argument
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 242 unprivileged port and responded to with unicast messages to the 262 unprivileged port and responded to with unicast messages to the
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 2481 u8 key_index, bool unicast, bool multicast);
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 775 u_int unicast; member 1877 lp->pktStats.unicast++; in de4x5_local_stats()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 2024 u8 key_idx, bool unicast, bool multicast) in brcmf_cfg80211_config_default_key() argument
|