Home
last modified time | relevance | path

Searched refs:sym (Results 1 – 4 of 4) sorted by relevance

/net/netfilter/
A Dnfnetlink_hook.c202 char sym[KSYM_SYMBOL_LEN]; in nfnl_hook_dump_one() local
211 ret = snprintf(sym, sizeof(sym), "%ps", ops->hook); in nfnl_hook_dump_one()
212 if (ret >= sizeof(sym)) { in nfnl_hook_dump_one()
217 module_name = strstr(sym, " ["); in nfnl_hook_dump_one()
233 ret = nla_put_string(nlskb, NFNLA_HOOK_FUNCTION_NAME, sym); in nfnl_hook_dump_one()
/net/wireless/
A Dcore.h620 #define EXPORT_SYMBOL_IF_CFG80211_KUNIT(sym) EXPORT_SYMBOL_IF_KUNIT(sym) argument
631 #define EXPORT_SYMBOL_IF_CFG80211_KUNIT(sym) argument
/net/ethtool/
A Dcommon.c848 bool sym; in ethtool_rxfh_config_is_sym() local
850 sym = rxfh == (rxfh & (RXH_IP_SRC | RXH_IP_DST | in ethtool_rxfh_config_is_sym()
852 sym &= !!(rxfh & RXH_IP_SRC) == !!(rxfh & RXH_IP_DST); in ethtool_rxfh_config_is_sym()
853 sym &= !!(rxfh & RXH_L4_B_0_1) == !!(rxfh & RXH_L4_B_2_3); in ethtool_rxfh_config_is_sym()
855 return sym; in ethtool_rxfh_config_is_sym()
/net/mac80211/
A Dieee80211_i.h2866 #define EXPORT_SYMBOL_IF_MAC80211_KUNIT(sym) EXPORT_SYMBOL_IF_KUNIT(sym) argument
2883 #define EXPORT_SYMBOL_IF_MAC80211_KUNIT(sym) argument

Completed in 24 milliseconds