Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 12 of 12) sorted by relevance

/net/ipv6/
Dseg6_local.c903 int (*parse)(struct nlattr **attrs, struct seg6_local_lwt *slwt); member
909 [SEG6_LOCAL_SRH] = { .parse = parse_nla_srh,
913 [SEG6_LOCAL_TABLE] = { .parse = parse_nla_table,
917 [SEG6_LOCAL_NH4] = { .parse = parse_nla_nh4,
921 [SEG6_LOCAL_NH6] = { .parse = parse_nla_nh6,
925 [SEG6_LOCAL_IIF] = { .parse = parse_nla_iif,
929 [SEG6_LOCAL_OIF] = { .parse = parse_nla_oif,
933 [SEG6_LOCAL_BPF] = { .parse = parse_nla_bpf,
962 err = param->parse(attrs, slwt); in parse_nla_action()
/net/8021q/
Dvlan_dev.c515 .parse = eth_header_parse,
534 .parse = eth_header_parse,
/net/ethernet/
Deth.c349 .parse = eth_header_parse,
/net/hsr/
Dhsr_device.c234 .parse = eth_header_parse,
/net/phonet/
Daf_phonet.c141 .parse = pn_header_parse,
/net/wireless/
Dnl80211.c1317 struct key_parse parse; in nl80211_parse_connkeys() local
1338 memset(&parse, 0, sizeof(parse)); in nl80211_parse_connkeys()
1339 parse.idx = -1; in nl80211_parse_connkeys()
1341 err = nl80211_parse_key_new(info, key, &parse); in nl80211_parse_connkeys()
1345 if (!parse.p.key) in nl80211_parse_connkeys()
1347 if (parse.idx < 0 || parse.idx > 3) { in nl80211_parse_connkeys()
1351 if (parse.def) { in nl80211_parse_connkeys()
1358 result->def = parse.idx; in nl80211_parse_connkeys()
1359 if (!parse.def_uni || !parse.def_multi) in nl80211_parse_connkeys()
1361 } else if (parse.defmgmt) in nl80211_parse_connkeys()
[all …]
DKconfig132 regulatory core will allow and parse these regulatory hints.
/net/mac802154/
Diface.c499 .parse = mac802154_header_parse,
/net/bluetooth/hidp/
Dcore.c743 .parse = hidp_parse,
/net/netfilter/
Dnfnetlink_queue.c1121 if (nfnl_ct->parse(nfqa[NFQA_CT], ct) < 0) in nfqnl_ct_parse()
Dnf_conntrack_netlink.c2904 .parse = ctnetlink_glue_parse,
/net/ipv4/
Dip_gre.c880 .parse = ipgre_header_parse,