Searched refs:netif (Results 1 – 8 of 8) sorted by relevance
72 struct sel_netif *netif; in sel_netif_find() local74 list_for_each_entry_rcu(netif, &sel_netif_hash[idx], list) in sel_netif_find()75 if (net_eq(netif->nsec.ns, ns) && in sel_netif_find()76 netif->nsec.ifindex == ifindex) in sel_netif_find()77 return netif; in sel_netif_find()91 static int sel_netif_insert(struct sel_netif *netif) in sel_netif_insert() argument98 idx = sel_netif_hashfn(netif->nsec.ns, netif->nsec.ifindex); in sel_netif_insert()99 list_add_rcu(&netif->list, &sel_netif_hash[idx]); in sel_netif_insert()113 static void sel_netif_destroy(struct sel_netif *netif) in sel_netif_destroy() argument115 list_del_rcu(&netif->list); in sel_netif_destroy()[all …]
17 selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o \
240 net->netif = ifindex; in __ad_net_init()
319 for netif in ${NETIFS[@]}; do320 ethtool --show-mm $netif 2>&1 &> /dev/null322 echo "SKIP: $netif does not support MAC Merge"326 if check_ethtool_pmac_std_stats_support $netif eth-mac; then327 has_pmac_stats[$netif]=true329 has_pmac_stats[$netif]=false330 echo "$netif does not report pMAC statistics, falling back to aggregate"
26 netif-msg
9 What: /sys/block/etherd*/netif
76 state, mac, and netif. The state attribute is "up" when the device82 The netif attribute is the network interface on the localhost
4286 ad.a.u.net->netif = skb->skb_iif; in smack_socket_sock_rcv_skb()4319 ad.a.u.net->netif = skb->skb_iif; in smack_socket_sock_rcv_skb()4492 ad.a.u.net->netif = skb->skb_iif; in smack_inet_conn_request()