Searched refs:_cursor (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ | 
| D | test_seg6_loop.c | 10 #define cursor_advance(_cursor, _len) \  argument 11 	({ void *_tmp = _cursor; _cursor += _len; _tmp; })
  | 
| D | test_lwt_seg6local.c | 10 #define cursor_advance(_cursor, _len) \  argument 11 	({ void *_tmp = _cursor; _cursor += _len; _tmp; })
  | 
| /Linux-v5.4/scripts/ | 
| D | asn1_compiler.c | 798 static struct element *parse_type(struct token **_cursor, struct token *stop, 847 static struct element *parse_compound(struct token **_cursor, struct token *end, 853 static struct element *parse_type(struct token **_cursor, struct token *end,  in parse_type()  argument 858 	struct token *cursor = *_cursor;  in parse_type() 1131 	*_cursor = cursor;  in parse_type() 1147 static struct element *parse_compound(struct token **_cursor, struct token *end,  in parse_compound()  argument 1151 	struct token *cursor = *_cursor, *name;  in parse_compound() 1202 	*_cursor = cursor;  in parse_compound()
  |