Searched defs:inet_netconf_msgsize_devconf (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Ddevinet.c1684 static int inet_netconf_msgsize_devconf(int type) function
1746 skb = nlmsg_new(inet_netconf_msgsize_devconf(type), GFP_ATOMIC);
1753 /* -EMSGSIZE implies BUG in inet_netconf_msgsize_devconf() */
1813 skb = nlmsg_new(inet_netconf_msgsize_devconf(-1), GFP_ATOMIC);
1822 /* -EMSGSIZE implies BUG in inet_netconf_msgsize_devconf() */

Completed in 45 milliseconds