Home
last modified time | relevance | path

Searched defs:nlmsg_end (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-4.19/include/net/
Dnetlink.h523 static inline void nlmsg_end(struct sk_buff *skb, struct nlmsghdr *nlh) in nlmsg_end() function
/kernel/linux/linux-5.10/include/net/
Dnetlink.h965 static inline void nlmsg_end(struct sk_buff *skb, struct nlmsghdr *nlh) in nlmsg_end() function
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dipsec.c216 char *nlmsg_end = (char *)nh + nh->nlmsg_len; in rtattr_end() local