Searched refs:nhmsg (Results 1 – 2 of 2) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | nexthop.h | 7 struct nhmsg { struct
|
| /linux/net/ipv4/ |
| H A D | nexthop.c | 923 struct nhmsg *nhm; in nh_fill_node() 1075 size_t sz = NLMSG_ALIGN(sizeof(struct nhmsg)); in nh_nlmsg_size() 1170 struct nhmsg *nhm; in nh_fill_res_bucket() 3116 struct nhmsg *nhm = nlmsg_data(nlh); in rtm_to_nh_config() 3328 err = nlmsg_parse(nlh, sizeof(struct nhmsg), tb, in rtm_new_nexthop() 3364 struct nhmsg *nhm = nlmsg_data(nlh); in nh_valid_get_del_req() 3403 err = nlmsg_parse(nlh, sizeof(struct nhmsg), tb, in rtm_del_nexthop() 3438 err = nlmsg_parse(nlh, sizeof(struct nhmsg), tb, in rtm_get_nexthop() 3524 struct nhmsg *nhm; in __nh_valid_dump_req() 3562 err = nlmsg_parse(nlh, sizeof(struct nhmsg), tb, in nh_valid_dump_req() [all …]
|