Home
last modified time | relevance | path

Searched refs:optdata_dn (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/
Ddn.h62 struct optdata_dn conndata_in;
63 struct optdata_dn conndata_out;
64 struct optdata_dn discdata_in;
65 struct optdata_dn discdata_out;
/linux-4.1.27/include/uapi/linux/
Ddn.h97 struct optdata_dn { struct
/linux-4.1.27/net/decnet/
Daf_decnet.c1028 static void dn_user_copy(struct sk_buff *skb, struct optdata_dn *opt) in dn_user_copy()
1159 sizeof(struct optdata_dn)); in dn_accept()
1161 sizeof(struct optdata_dn)); in dn_accept()
1350 struct optdata_dn opt; in __dn_setsockopt()
1376 if (optlen != sizeof(struct optdata_dn)) in __dn_setsockopt()
1390 if (optlen != sizeof(struct optdata_dn)) in __dn_setsockopt()
1534 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt()
1535 r_len = sizeof(struct optdata_dn); in __dn_getsockopt()
1540 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt()
1541 r_len = sizeof(struct optdata_dn); in __dn_getsockopt()