Lines Matching defs:fib6_config
36 struct fib6_config { struct
37 u32 fc_table;
38 u32 fc_metric;
39 int fc_dst_len;
40 int fc_src_len;
41 int fc_ifindex;
42 u32 fc_flags;
43 u32 fc_protocol;
44 u16 fc_type; /* only 8 bits are used */
45 u16 fc_delete_all_nh : 1,
46 fc_ignore_dev_down:1,
47 __unused : 14;
48 u32 fc_nh_id;
50 struct in6_addr fc_dst;
51 struct in6_addr fc_src;
52 struct in6_addr fc_prefsrc;
53 struct in6_addr fc_gateway;
55 unsigned long fc_expires;
56 struct nlattr *fc_mx;
57 int fc_mx_len;
58 int fc_mp_len;
59 struct nlattr *fc_mp;
61 struct nl_info fc_nlinfo;
62 struct nlattr *fc_encap;
63 u16 fc_encap_type;
64 bool fc_is_fdb;