Home
last modified time | relevance | path

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

/net/ipv6/
Dseg6_local.c1544 int (*parse)(struct nlattr **attrs, struct seg6_local_lwt *slwt); member
1556 [SEG6_LOCAL_SRH] = { .parse = parse_nla_srh,
1561 [SEG6_LOCAL_TABLE] = { .parse = parse_nla_table,
1565 [SEG6_LOCAL_NH4] = { .parse = parse_nla_nh4,
1569 [SEG6_LOCAL_NH6] = { .parse = parse_nla_nh6,
1573 [SEG6_LOCAL_IIF] = { .parse = parse_nla_iif,
1577 [SEG6_LOCAL_OIF] = { .parse = parse_nla_oif,
1581 [SEG6_LOCAL_BPF] = { .parse = parse_nla_bpf,
1586 [SEG6_LOCAL_VRFTABLE] = { .parse = parse_nla_vrftable,
1590 [SEG6_LOCAL_COUNTERS] = { .parse = parse_nla_counters,
[all …]
/net/8021q/
Dvlan_dev.c522 .parse = eth_header_parse,
542 .parse = eth_header_parse,
/net/ethernet/
Deth.c344 .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.c1456 struct key_parse parse; in nl80211_parse_connkeys() local
1477 memset(&parse, 0, sizeof(parse)); in nl80211_parse_connkeys()
1478 parse.idx = -1; in nl80211_parse_connkeys()
1480 err = nl80211_parse_key_new(info, key, &parse); in nl80211_parse_connkeys()
1484 if (!parse.p.key) in nl80211_parse_connkeys()
1486 if (parse.idx < 0 || parse.idx > 3) { in nl80211_parse_connkeys()
1490 if (parse.def) { in nl80211_parse_connkeys()
1497 result->def = parse.idx; in nl80211_parse_connkeys()
1498 if (!parse.def_uni || !parse.def_multi) in nl80211_parse_connkeys()
1500 } 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.c1131 if (nfnl_ct->parse(nfqa[NFQA_CT], ct) < 0) in nfqnl_ct_parse()
Dnf_conntrack_netlink.c2928 .parse = ctnetlink_glue_parse,
/net/ipv4/
Dip_gre.c885 .parse = ipgre_header_parse,