Lines Matching refs:parms
25 struct tcf_pedit_parms __rcu *parms; member
29 #define to_pedit_parms(a) (rcu_dereference(to_pedit(a)->parms))
42 struct tcf_pedit_parms *parms; in tcf_pedit_nkeys() local
46 parms = to_pedit_parms(a); in tcf_pedit_nkeys()
47 nkeys = parms->tcfp_nkeys; in tcf_pedit_nkeys()
56 struct tcf_pedit_parms *parms; in tcf_pedit_htype() local
59 parms = to_pedit_parms(a); in tcf_pedit_htype()
60 if (parms->tcfp_keys_ex) in tcf_pedit_htype()
61 htype = parms->tcfp_keys_ex[index].htype; in tcf_pedit_htype()
69 struct tcf_pedit_parms *parms; in tcf_pedit_cmd() local
73 parms = to_pedit_parms(a); in tcf_pedit_cmd()
74 if (parms->tcfp_keys_ex) in tcf_pedit_cmd()
75 cmd = parms->tcfp_keys_ex[index].cmd; in tcf_pedit_cmd()
83 struct tcf_pedit_parms *parms; in tcf_pedit_mask() local
87 parms = to_pedit_parms(a); in tcf_pedit_mask()
88 mask = parms->tcfp_keys[index].mask; in tcf_pedit_mask()
96 struct tcf_pedit_parms *parms; in tcf_pedit_val() local
100 parms = to_pedit_parms(a); in tcf_pedit_val()
101 val = parms->tcfp_keys[index].val; in tcf_pedit_val()
109 struct tcf_pedit_parms *parms; in tcf_pedit_offset() local
113 parms = to_pedit_parms(a); in tcf_pedit_offset()
114 off = parms->tcfp_keys[index].off; in tcf_pedit_offset()