Lines Matching defs:fops
459 static bool seg6_next_csid_enabled(__u32 fops)
461 return fops & SEG6_F_LOCAL_FLV_NEXT_CSID;
470 static int seg6_flv_supp_ops_by_action(int action, __u32 *fops)
474 *fops = SEG6_LOCAL_END_FLV_SUPP_OPS;
477 *fops = SEG6_LOCAL_END_X_FLV_SUPP_OPS;
796 __u32 fops = finfo->flv_ops;
798 if (!fops)
802 if (seg6_next_csid_enabled(fops))
817 __u32 fops = finfo->flv_ops;
820 if (seg6_next_csid_enabled(fops))
2135 __u32 fops, supp_fops;
2150 fops = nla_get_u32(tb[SEG6_LOCAL_FLV_OPERATION]);
2152 if (rc < 0 || (fops & ~supp_fops)) {
2157 finfo->flv_ops = fops;
2159 if (seg6_next_csid_enabled(fops)) {
2188 __u32 fops = finfo->flv_ops;
2196 if (nla_put_u32(skb, SEG6_LOCAL_FLV_OPERATION, fops)) {
2201 if (seg6_next_csid_enabled(fops)) {