L2TP_ATTR_SEND_SEQ  599 net/l2tp/l2tp_netlink.c 	if (info->attrs[L2TP_ATTR_SEND_SEQ])
L2TP_ATTR_SEND_SEQ  600 net/l2tp/l2tp_netlink.c 		cfg.send_seq = nla_get_u8(info->attrs[L2TP_ATTR_SEND_SEQ]);
L2TP_ATTR_SEND_SEQ  684 net/l2tp/l2tp_netlink.c 	if (info->attrs[L2TP_ATTR_SEND_SEQ]) {
L2TP_ATTR_SEND_SEQ  685 net/l2tp/l2tp_netlink.c 		session->send_seq = nla_get_u8(info->attrs[L2TP_ATTR_SEND_SEQ]);
L2TP_ATTR_SEND_SEQ  733 net/l2tp/l2tp_netlink.c 	    nla_put_u8(skb, L2TP_ATTR_SEND_SEQ, session->send_seq) ||
L2TP_ATTR_SEND_SEQ  878 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_SEND_SEQ]		= { .type = NLA_U8, },