Searched refs:fib_rule_port_range (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/net/
H A Dfib_rules.h44 struct fib_rule_port_range sport_range;
45 struct fib_rule_port_range dport_range;
137 static inline bool fib_rule_port_range_set(const struct fib_rule_port_range *range)
142 static inline bool fib_rule_port_inrange(const struct fib_rule_port_range *a,
149 static inline bool fib_rule_port_range_valid(const struct fib_rule_port_range *a)
155 static inline bool fib_rule_port_range_compare(struct fib_rule_port_range *a,
156 struct fib_rule_port_range *b)
/linux-master/include/uapi/linux/
H A Dfib_rules.h38 struct fib_rule_port_range { struct
/linux-master/net/core/
H A Dfib_rules.c239 struct fib_rule_port_range *port_range)
241 const struct fib_rule_port_range *pr = nla_data(pattr);
253 struct fib_rule_port_range *range)
768 [FRA_SPORT_RANGE] = { .len = sizeof(struct fib_rule_port_range) },
769 [FRA_DPORT_RANGE] = { .len = sizeof(struct fib_rule_port_range) }
997 + nla_total_size(sizeof(struct fib_rule_port_range)) /* FRA_SPORT_RANGE */
998 + nla_total_size(sizeof(struct fib_rule_port_range)); /* FRA_DPORT_RANGE */

Completed in 106 milliseconds